Creates a schedule for a task.

Creates a schedule for a task. The schedule controls planned work for the task. <Check title="Required Permissions" icon="key">The user must have permission to access the requested resource.</Check>

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.
startDatestringOptionalformat: "date-time"
The start date and time of this task schedule.
endDatestringOptionalformat: "date-time"
The end date and time of this task schedule.
userIdstringOptionalformat: "uuid"
The id of the user this task schedule is for.

Response

OK
idstringOptionalformat: "uuid"
The id of the entity.
createdOnstringOptionalformat: "date-time"
The date this entity was created.
createdBystringOptionalformat: "uuid"
The id of the user who created this entity.
updatedOnstringOptionalformat: "date-time"
The date this entity was last modified.
updatedBystringOptionalformat: "uuid"
The id of the user who last modified this entity.
userIdstringOptionalformat: "uuid"
The id of the user this task schedule is for.
taskIdstringOptionalformat: "uuid"
The id of the task this task schedule is for.
startDatestringOptionalformat: "date-time"
The start date and time of this task schedule.
endDatestringOptionalformat: "date-time"
The end date and time of this task schedule.
plannedDurationintegerOptional
The number of seconds of planned work.

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error