v1

latestOpenAPI 3.1.02026-07-263911,4691.1 MB
Actions

Create an action with recurring schedule

post/tasks/v1/actions/schedule

Request body

titlestring

Title of the actions that will be created in this schedule

descriptionstring

Description of the actions that will be created in this schedule

priority_idstring

The priority ID of the actions that will be created in this schedule If not set, these actions will be stored with the default priority(none)

site_idstring

The site ID of the actions that will be created in this schedule

asset_idstring

The asset ID of the actions that will be created in this schedule

label_idsstring[]

The label IDs of the actions that will be created in this schedule

frequencystring

The frequency rule for the schedule to create actions. This follows RFC 5545, and is in the RRule format.

action_idstring

This ID will be used to create the first action in the schedule right away. It is specified here to allow for optimistic update of the UI, as well as redirecting to the action details view.

template_idsstring[]

The list of templates identifiers linked to an action.

Response

A successful response.

S12TasksV1CreateActionScheduleResponse required