Get Single Task
GET/api/tasks/gettask/:id
Tier: Public — stable, supported for third-party integration.
Returns full detail for a single task.
Request
Responses
- 200
- 400
- 401
- 403
The task. See Tasks.TaskDetailDto.
NotFound — no task with that id exists (or it is soft-deleted) for the caller's organisation.
Caller is not authenticated.
Caller does not have Read permission on the Task module.