v1
latestOpenAPI 3.0.22026-07-26191278525.6 KBList Bookings
Search bookings using query parameters and get the complete booking objects. Atleast one of employeeEmail or demandId is required in filters.
Query parameters
Specifies the offset value to start for the page
Specifies the number of entries to be returned for the page
Filter on employee's email
Filter on Eightfold demand id
The start date of the period for which you want to filter bookings. This parameter accepts an epoch timestamp. Only bookings that end on or after this date will be included in the response.
The end date of the period for which you want to filter bookings. This parameter accepts an epoch timestamp. Only bookings that start on or before this date will be included in the response.
Filter on booking type. Possible values: ['demand', 'leave', 'optional_holiday', 'blocker']
Filter on booking status. Possible values: ['pending', 'approved', 'rejected']
Include additional fields in the response. Possible values are extData
Exclude specific fields in the response. Possible values are the names of the top level fields present in corresponding API schema. To check API schema, expand the response section below.
Allows selective control over the fields returned in the API response. If the keyList is empty, all fields will be returned. Possible values are the names of the top level fields present in corresponding API schema. To check API schema, expand the response section below.
Headers
The secret key to access the api. It starts with the bearer token
Response
OK