TaskItems
Get one TaskItem
Retrieve a single TaskItem record by its Id.
GET
Get one TaskItem
A TaskItem represents an individual task or to-do item that can be assigned to staff or customers. Tasks can be organised into lists, have due dates, and track completion status.
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 TaskItem-Read role.Path Parameters
The Id of the TaskItem record to retrieve.
Code Examples
Response
200
ID of the task list linked to this record.
ID of the responsible linked to this record.
Display name of the linked responsible full (read-only).
The name value for this task item.
Whether this task item is currently active.
Whether notify by email is enabled.
Whether display to everyone is enabled.
The delay in hours value for this task item.
Unique record identifier.
UUID of the record.
Date and time the record was created (ISO 8601).
Date and time the record was last updated (ISO 8601).
Email of the user who last updated this record.
Whether the record was recently created.
External system identifier.
Example Response
Get one TaskItem