Returns a list of task schedules.

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

Headers

AuthorizationstringRequired

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

Response

OK
idstring or nullformat: "uuid"
createdOnstring or nullformat: "date-time"
createdBystring or nullformat: "uuid"
updatedOnstring or nullformat: "date-time"
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.
startDatestring or nullformat: "date-time"
The start date and time of this task schedule.
endDatestring or nullformat: "date-time"
The end date and time of this task schedule.
plannedDurationinteger or null
The number of seconds of planned work.