API ReferenceVacation
Retrieves the collection of Vacation resources PDF.
Retrieves the collection of Vacation resources PDF.
Authorization
apiKey Authorization<token>
Value for the Authorization header parameter.
In: header
Query Parameters
pagination?boolean
Enable or disable pagination
search?string
calendarUser?string
calendarUser[]?array<string>
vacationYear?integer
vacationYear[]?array<integer>
status?string
status[]?array<string>
vacationType?string
vacationType[]?array<string>
issueDate?string
issueDate[]?string
vacationType.isActive?boolean
vacationType.isActive[]?array<boolean>
calendarUser.canLogIn?boolean
vacationDates.date[before]?string
vacationDates.date[strictly_before]?string
vacationDates.date[after]?string
vacationDates.date[strictly_after]?string
order[vacationYear]?string
Default
"asc"Value in
- "asc"
- "desc"
order[status]?string
Default
"asc"Value in
- "asc"
- "desc"
order[vacationType.name]?string
Default
"asc"Value in
- "asc"
- "desc"
order[issueDate]?string
Default
"asc"Value in
- "asc"
- "desc"
order[createdAt]?string
Default
"asc"Value in
- "asc"
- "desc"
order[updatedAt]?string
Default
"asc"Value in
- "asc"
- "desc"
order[vacationDates.date]?string
Default
"asc"Value in
- "asc"
- "desc"
Response Body
curl -X GET "https://example.com/calendar/vacations/export-pdf"[ { "key": "string", "downloadUrl": "string" }]