List user availability

This endpoint can be used to get a list of user availabilities. At least one of _id, startDate, endDate, userIds, taskTypeIds or tagIds must be provided.

Query Params
_id
array of strings

List of availability 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
taskTypeIds
array of strings

List of task type IDs

taskTypeIds
tagIds
array of strings

List of tag IDs

tagIds
number

Skip from index count (default: 0)

number

Number of items (default: 10, max: 100)

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