Returns a task schedule by id.

Required Permissions
Any authenticated user.

Path parameters

taskScheduleIdUUIDRequired
The id of the task schedule.

Headers

AuthorizationstringRequired

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

Response

OK
idUUID or null
createdOndatetime or null
createdByUUID or null
updatedOndatetime or null
updatedByUUID or null
userIdUUID or null
The id of the user this task schedule is for.
taskIdUUID or null
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.