v1

latestOpenAPI 3.1.02026-08-066984441.1 MB
projectAutomations

Gets a specific action for a project automation.

<Check title="Required Permissions" icon="key">The user must be owner of the project or must have project-master-data:read permissions on the specified project.</Check>

get/projects/{projectId}/automations/{automationId}/actions/{actionId}

Path parameters

projectIdstring uuid required

The id of the project of the automation.

automationIdstring uuid required

The id of the automation.

actionIdstring uuid required

The id of the action.

Headers

Authorizationstring required

Bearer authentication

Response

OK

idstring uuid

The id of the action.

createdBystring uuid

The id of the user who created the action.

createdOnstring date-time

The date the action was created.

updatedBystring uuid

The id of the user who updated the action.

updatedOnstring date-time

The date the action was updated.

typestring nullable

The type of the action.

ordernumber double nullable

The order of the action.