Returns a task schedule by id.

GET
Required Permissions: Any authenticated user.

Path parameters

taskScheduleIdstringRequired

The id of the task schedule.

Response

OK

idstringOptional
createdOndatetimeOptionalDefaults to 1970-01-01T00:00:00.000Z
createdBystringOptional
updatedOndatetimeOptionalDefaults to 1970-01-01T00:00:00.000Z
updatedBystringOptional
userIdstringOptional

The id of the user this task schedule is for.

taskIdstringOptional

The id of the task this task schedule is for.

startDatedatetimeOptionalDefaults to 1970-01-01T00:00:00.000Z

The start date and time of this task schedule.

endDatedatetimeOptionalDefaults to 1970-01-01T00:00:00.000Z

The end date and time of this task schedule.

plannedDurationintegerOptional

The number of seconds of planned work.