Gets the actions of an automation.

Gets all actions including their values of an automation. The user needs to be owner of the project or needs permission ‘read’ of the feature ‘project-master-data’ globally or in the project.

Required Permissions
Any authenticated user.

Path parameters

projectIdUUIDRequired

The id of the project of the automation.

automationIdUUIDRequired

The id of the automation.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

OK

idUUIDOptional

The id of the action.

createdByUUIDOptional

The id of the user who created the action.

createdOndatetimeOptional

The date the action was created.

updatedByUUIDOptional

The id of the user who updated the action.

updatedOndatetimeOptional

The date the action was updated.

typestring or nullOptional

The type of the action.

orderdouble or nullOptional

The order of the action.

valueslist of objectsOptional

The values of the action.