Get Single Task
GET/api/taskschedules/gettaskschedule/:id
Tier: Public — stable, supported for third-party integration.
Returns the full detail of a single task schedule, including its child tasks. Despite sharing its method name with TaskController.GetSingleTask, this is an unrelated action — a different route returning a different DTO.
Request
Responses
- 200
- 400
- 401
- 403
The schedule. See Tasks.TaskScheduleDetailDto.
Unknown id — NotFound.
Caller is not authenticated.
Caller does not have Read permission on the Task module.