Skip to main content
GET
/
schedule
/
v1
/
calendar-max-day-off-accumulated
/
{calendarId}
List Calendar Max Day Off Accumulated
curl --request GET \
  --url https://api-{region}.sesametime.com/schedule/v1/calendar-max-day-off-accumulated/{calendarId} \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "calendarId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "expiration": "2023-12-25",
      "value": 123,
      "createdAt": "2023-11-07T05:31:56Z"
    }
  ],
  "meta": {
    "page": 123,
    "total": 123
  }
}

Authorizations

Authorization
string
header
required

API token obtained from Sesame HR Dashboard > Settings > Integrations > API

Path Parameters

calendarId
string<uuid>
required

The ID of the vacation calendar

Query Parameters

page
integer

Request a specific page

limit
integer
default:20

Limit results per page

Response

200 - application/json

Successful response

data
object[]
meta
object