Get worker capacity

Gets worker capacity

Uri

GET /schedule/workerCapacity

Parameters

fromDateTime
- Starting date for which to return a worker's capacity.
toDateTime
- Final date for which to return a worker's capacity.
workers
- A JSON array with worker RecIds, for example: [{"_worker":"22565420974"}].
companyId
- Current context of the

Form Data

JSON Response

[
   {
      "_worker":22565420974,
      "capacity":[
         {
            "transDate":"2020-11-16T00:00:00.000Z",
            "workingTimes":[
               {
                  "fromTime":25200000,
                  "toTime":43200000
               },
               {
                  "fromTime":45000000,
                  "toTime":55800000
               }
            ]
         }
],
      "reservations":[
         
      ],
      "plannedAbsence":[
         
      ],
      "notes":[
         
      ]
   }
]

Copyright Dynaway A/S

Privacy Policy