Saltar al contenido principal
GET
/
v1
/
production
/
operationTypes
/
{typeReference}
/
employees
Get employees that can execute this operation type
curl --request GET \
  --url https://api.bold-factory.com/v1/production/operationTypes/{typeReference}/employees \
  --header 'Authorization: Bearer <token>'
{
  "results": [
    {
      "id": "<string>",
      "externalReference": "<string>",
      "active": true,
      "fullName": "<string>",
      "code": "<string>"
    }
  ],
  "totalCount": 123
}

Autorizaciones

Authorization
string
header
requerido

Use a valid JWT token in the Authorization header with the format 'Bearer {token}'

Parámetros de ruta

typeReference
string
requerido

Respuesta

OK

results
object[]
requerido
totalCount
integer<int32>
requerido