List user absences

This endpoint can be used to get a list of user absences.

Query Params
_id
array of strings

List of absence IDs

_id
string

Selector object for start date timestamp — supports $gt (greater than) and $lt (less than) attributes using Unix timestamp(s) in milliseconds

string

Selector object for end date timestamp — supports $gt (greater than) and $lt (less than) attributes using Unix timestamp(s) in milliseconds

userIds
array of strings

List of user IDs

userIds
availabilityTypeIds
array of strings

List of availability type IDs

availabilityTypeIds
number

Skip from index count (default: 0)

number

Number of items to return (default: 100, max: 1000)

string

Field(s) to sort by (sort options : 1 for ascending, -1 for descending)

Headers
string
required

Session ID

Responses

Language
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json