Time Off

get/v1/time_off/requests

Query parameters

limitstring

a number less than or equal to 100

a number less than or equal to 100

afterIdstring
beforeIdstring
statusesstring[]
policyIdsstring[]
workerIdsstring[]
[
  "wrk_1234"
]
startsOnOrAfterstring

a string to be decoded into a Date

startsBeforestring

a string to be decoded into a Date

endsOnOrAfterstring

a string to be decoded into a Date

endsBeforestring

a string to be decoded into a Date

Response

Success

hasMoreboolean required

Example response

{
  "data": [
    {
      "workerId": "wrk_1234"
    }
  ]
}

Changes