Task
Get a task
Fetches a single task by its ID, scoped to the authenticated company. Returns 404 if no task with that ID exists in your company.
Required permission: tasks_permissions_view.
get/public/v1/tasks/{id}
Path parameters
idstring required
ID of the task to fetch, as returned by the list and upsert endpoints. An ID that doesn't exist for your company returns 404.
Response
A single task
Changes
No recorded changes to this endpoint across all 1 revision of this API.