Skip to main content
GET
Get one CoworkerTask
A task is an operational to-do item for a customer, assigned to an admin user with optional due-date email reminders and visibility to the wider admin team.

Authentication

This endpoint requires OAuth2 authentication. Include a valid bearer token in the Authorization header. The authenticated user must be a full unrestricted administrator or have the CoworkerTask-Read role.

Path Parameters

integer
required
The Id of the CoworkerTask record to retrieve.

Code Examples

Response

200

integer
ID of the location that owns this task..
string
Display value for Business.Name..
integer
ID of the customer this task concerns..
string
Display value for Coworker.FullName..
string
Display value for Coworker.CompanyName..
string
Display value for Coworker.TeamNames..
string
Required task title..
string
Optional instructions or context for completing the task..
string
Read-only name of the task list from which this task was created, when applicable..
string
Internal correlation GUID for the task-list item that created this task; managed by the originating workflow..
string
Internal correlation GUID for the form submission that created this task; managed by the form workflow..
boolean
Whether the task is complete; completed tasks are excluded from reminder processing and each user’s active-task list..
string
Optional due date and time stored in UTC; an email reminder becomes eligible at or after this time when notifications are enabled..
boolean
Internal flag indicating that the due-date email reminder was queued; task updates reset it to false..
integer
ID of the admin user responsible for completing this task; required when creating a task..
string
Display value for Responsible.FullName..
boolean
Whether to send the responsible admin an email reminder once the due date is reached; no reminder is sent without a due date..
boolean
Whether the task appears in every admin user’s active-task list instead of only the responsible admin’s list..
string
Read-only location-local representation derived from DueDate; set DueDate instead..
integer
Unique record identifier.
string
UUID of the record.
string
Date and time the record was created (ISO 8601).
string
Date and time the record was last updated (ISO 8601).
string
Email of the user who last updated this record.
boolean
Whether the record was recently created.
string
External system identifier.
Example Response