Creates a new task schedule for a given task and a given user.
Required Permissions
Any authenticated user.Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
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.
userId
The id of the user this task schedule is for.
Response
OK
id
createdOn
createdBy
updatedOn
updatedBy
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.