latestSwagger 2.02026-08-227526892.0 MB

3040a9f4373f

calendar

List every employee a holiday calendar could apply to, as job-data rows annotated with an `_eligible` flag

get/v2/org/{orgId}/calendar/{calendarId}/eligible-employees

Path parameters

orgIdstring required

Org identifier (either id or slug)

calendarIdstring required

Calendar id

Query parameters

fromstring

Job id to start paginating from

limitinteger

Number of results to return

fieldsstring required

Table fields

formatstring

Data format to use; default is json, can also use json-extended or json-readable

Response

successful operation

dataobject[] required
nextstring
totalRowobject

Example response

{
  "access": [
    {
      "ids": [
        "588f7ee98f138b19220041a7"
      ]
    }
  ]
}