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
integer
required
The Id of the TaskItem record to retrieve.
Code Examples
Response
200
integer
ID of the task list linked to this record.
integer
ID of the responsible linked to this record.
string
Display name of the linked responsible full (read-only).
string
The name value for this task item.
boolean
Whether this task item is currently active.
boolean
Whether notify by email is enabled.
boolean
Whether display to everyone is enabled.
integer
The delay in hours value for this task item.
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
Get one TaskItem