v1

latestOpenAPI 3.1.02026-07-263911,4691.1 MB
Actions

Create an action

post/tasks/v1/actions

Request body

task_idstring

The unique identifier of the action If not provided, UUID will be generated server side.

titlestring required

Required. Title of the action Title is limited to only 255 characters max.

descriptionstring

Description of the action (maximum 30000 characters).

priority_idstring

ID of the action's priority If not set, this action will be stored with the default priority(none).

status_idstring

ID of the action's status If not set, this action will be stored with the default status(to do).

created_atstring date-time

Date and time this action was created.

due_atstring date-time

Date/time this action is due

inspection_idstring

ID of the inspection the action belongs to If not set, this action is a standalone action and the inspection ID will be null.

inspection_item_idstring

ID of the item in the inspection associated with the action

template_idstring

If a template ID is provided then an inspection ID must be provided. If not set, this action is a standalone action and the template ID will be null.

site_idstring

ID of the Site associated with the action.

asset_idstring

ID of the Asset associated with the action

label_idsstring[]

IDs of the labels associated with the action.

template_idsstring[]

The list of templates to be linked to the action.

Response

A successful response.

action_idstring