Zum Inhalt springen

Workflow Actions

Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.

List of valid attributes:

AttributeDescriptionSpecifics
action_idID of a related action
action_typeType of a related action
positionPosition of the action according to action linksZero based index or null
created_atTimestamp of creation
updated_atTimestamp of last update
discarded_atTimestamp of discarding

Note: position attribute is returned only through Show Workflow endpoint by including action_links relationship in the request. Otherwise, it is returned as null.


The following relationships can be included in requests:

RelationshipTypeDescription
actionbelongs tothe specific type of action, e.g. a workflow_web_request_action

Delete

Example response:

{
"data": {
"id": "15833508-e59c-4177-86db-dda7575ff61e",
"type": "workflow_action",
"attributes": {
...
}
}
}

This endpoint deletes a workflow action.

HTTP Request

DELETE /api/v1/workflow_actions/:workflow_action_id

URL Parameters

ParameterDescription
workflow_action_idThe ID of the workflow action to delete