Get Single Task Action Type
GET/api/taskactiontypes/gettaskactiontype/:id
Tier: Public — stable, supported for third-party integration.
Returns the detail of a single task action type.
Request
Responses
- 200
- 400
- 401
- 403
The action type. See Tasks.TaskActionTypeSummaryDto.
Unknown id — empty error array.
Caller is not authenticated.
Caller does not have Read permission on the Task module.