Skip to main content
GET
List Vacation Day Off

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

employeeIds
string<uuid>[]

The id of the employees

from
string<date>

First day of search period

to
string<date>

Last day of search period

page
integer

Request a specific page

limit
integer

Limit vacation requests

orderBy
string

field1 asc, field2 desc

Response

200 - application/json

Array of Objects

data
object[]
meta
object