v1

latestOpenAPI 3.1.02026-07-263911,4691.1 MB
Schedules

Create a new schedule

Creates a new schedule with the specified configuration. For site/asset targets, sub-schedules are created asynchronously. Poll the schedule state to check creation progress.

post/scheduling/v1/schedules

Request body

titlestring required

Title of the schedule.

completion_rule'COMPLETION_RULE_UNSPECIFIED' | 'COMPLETION_RULE_ANY' | 'COMPLETION_RULE_ALL'

Completion rule enum.

  • COMPLETION_RULE_UNSPECIFIED: Unspecified completion rule.
  • COMPLETION_RULE_ANY: Any assignee can complete the schedule.
  • COMPLETION_RULE_ALL: All assignees must complete the schedule.

Response

A successful response.

idstring

Unique identifier of the created schedule.