Creates a new task schedule for a given task and a given user.

Required Permissions
Any authenticated user.

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
taskIdUUIDOptional

The id of the task this task schedule is for.

startDatedatetimeOptional

The start date and time of this task schedule.

endDatedatetimeOptional

The end date and time of this task schedule.

userIdUUIDOptional

The id of the user this task schedule is for.

Response

OK

idUUIDOptional
createdOndatetimeOptional
createdByUUIDOptional
updatedOndatetimeOptional
updatedByUUIDOptional
userIdUUIDOptional

The id of the user this task schedule is for.

taskIdUUIDOptional

The id of the task this task schedule is for.

startDatedatetimeOptional

The start date and time of this task schedule.

endDatedatetimeOptional

The end date and time of this task schedule.

plannedDurationintegerOptional

The number of seconds of planned work.