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

Required Permissions
Any authenticated user.

Authentication

AuthorizationBearer

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

Request

The model to create the task schedule.
taskIdstringOptionalformat: "uuid"
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.
userIdstringOptionalformat: "uuid"
The id of the user this task schedule is for.

Response

OK
idstring or nullformat: "uuid"
The id of the entity.
createdOndatetime or null
The date this entity was created.
createdBystring or nullformat: "uuid"
The id of the user who created this entity.
updatedOndatetime or null
The date this entity was last modified.
updatedBystring or nullformat: "uuid"
The id of the user who last modified this entity.
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.
startDatedatetime or null
The start date and time of this task schedule.
endDatedatetime or null
The end date and time of this task schedule.
plannedDurationinteger or null
The number of seconds of planned work.

Errors