Saltar al contenido principal
GET
/
v1
/
production
/
schedules
Get the current schedule
curl --request GET \
  --url https://api.bold-factory.com/v1/production/schedules \
  --header 'Authorization: Bearer <token>'
{
  "totalWorkingMinutes": 123,
  "shifts": [
    {
      "startsAt": "<string>",
      "endsAt": "<string>"
    }
  ]
}

Autorizaciones

Authorization
string
header
requerido

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

Respuesta

OK

totalWorkingMinutes
number<double>
requerido
shifts
object[]
requerido