v1

latestOpenAPI 3.1.02026-08-066984441.1 MB
taskSchedules

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

<Check title="Required Permissions" icon="key">Any authenticated user.</Check>

post/taskschedules

Headers

Authorizationstring required

Bearer authentication

Request body

taskIdstring uuid

The id of the task this task schedule is for.

startDatestring date-time

The start date and time of this task schedule.

endDatestring date-time

The end date and time of this task schedule.

userIdstring uuid

The id of the user this task schedule is for.

Response

OK

idstring uuid

The id of the entity.

createdOnstring date-time

The date this entity was created.

createdBystring uuid

The id of the user who created this entity.

updatedOnstring date-time

The date this entity was last modified.

updatedBystring uuid

The id of the user who last modified this entity.

userIdstring uuid

The id of the user this task schedule is for.

taskIdstring uuid

The id of the task this task schedule is for.

startDatestring date-time

The start date and time of this task schedule.

endDatestring date-time

The end date and time of this task schedule.

plannedDurationinteger

The number of seconds of planned work.