Skip to main content

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

The schedule. See Tasks.TaskScheduleDetailDto.