Returns a task schedule by id.

<Check title="Required Permissions">Any authenticated user.</Check>

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path Parameters

taskScheduleIdstringRequiredformat: "uuid"
The id of the task schedule.

Response

OK
idstring or nullformat: "uuid"
createdOndatetime or null
createdBystring or nullformat: "uuid"
updatedOndatetime or null
updatedBystring or nullformat: "uuid"
userIdstring or nullformat: "uuid"
The id of the user this task schedule is for.
taskIdstring or nullformat: "uuid"
The id of the task this task schedule is for.
startDatedatetime or null
The start date and time of this task schedule.
endDatedatetime or null
The end date and time of this task schedule.
plannedDurationinteger or null
The number of seconds of planned work.