Returns a list of task schedules.
Required Permissions
Any authenticated user.Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
OK
id
The id of the entity.
createdOn
The date this entity was created.
createdBy
The id of the user who created this entity.
updatedOn
The date this entity was last modified.
updatedBy
The id of the user who last modified this entity.
userId
The id of the user this task schedule is for.
taskId
The id of the task this task schedule is for.
startDate
The start date and time of this task schedule.
endDate
The end date and time of this task schedule.
plannedDuration
The number of seconds of planned work.

