List Tasks

Retrieves reservation service tasks for the current tenant, optionally filtered by due date range, assignment, notification list, and office. If "start" and "end" are not provided, the server defaults to the current time and +7 days for the due date window.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

If provided, only tasks whose assignedToUserID matches this userID are returned. When omitted, tasks for all assignees are included.

int64

Optional start of the due-date window, expressed as epoch milliseconds. If omitted, the current server time is used.

int64

Optional end of the due-date window, expressed as epoch milliseconds. If omitted, defaults to 7 days after the effective start time.

string

Optional office/location filter.

string

Optional services/notification list filter. When provided, only tasks created from the specified list are returned.

Headers
string
required

Authorization token to access the API.

Responses

401

Access token is missing or invalid

500

Unexpected Server Error

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