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

POST
Required Permissions: Any authenticated user.

Request

This endpoint expects an object.
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

idstringOptionalformat: "uuid"
createdOndatetimeOptional
createdBystringOptionalformat: "uuid"
updatedOndatetimeOptional
updatedBystringOptionalformat: "uuid"
userIdstringOptionalformat: "uuid"

The id of the user this task schedule is for.

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.

plannedDurationintegerOptional

The number of seconds of planned work.

Built with