Get Outlet Tasks Calendar

Returns a list of task occurrences for an outlet over a date range.

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

Returns a flat list of the outlet's task occurrences.

Without parameters the range covers the previous, current and next month. The range is capped at 3 months; start
is required when end is given, and end defaults to start + 3 months.

Each occurrence carries an opaque occurrence_id token — pass it to the occurrence endpoints as-is, never parse
it. Lifecycle states such as planned, due or overdue are not returned: derive them client-side from begin,
completion.done_at and the current time in the outlet's timezone.

The possible values of template.type and completion.result are listed on the
Reference Values page.

Path Params
string
required

The ID of the outlet.

Query Params
date

The first day of the range (YYYY-MM-DD, inclusive). Required when end is given.

date

The last day of the range (YYYY-MM-DD, inclusive). Defaults to start + 3 months. Must not be earlier than start or more than 3 months after it.

Responses

400

Invalid date format, end earlier than start, end without start, or a range longer than 3 months.

403

User lacks permission to view the tasks dashboard.

404

Outlet not found.

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