Gets a specific action for an automation.

Get a specific action including its 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. <Check title="Required Permissions">Any authenticated user.</Check>

Path parameters

projectIdstringRequiredformat: "uuid"
The id of the project of the automation.
automationIdstringRequiredformat: "uuid"
The id of the automation.
actionIdstringRequiredformat: "uuid"
The id of the action.

Response

OK
idstring or nullformat: "uuid"
The id of the action.
createdBystring or nullformat: "uuid"
The id of the user who created the action.
createdOnstring or nullformat: "date-time"
The date the action was created.
updatedBystring or nullformat: "uuid"
The id of the user who updated the action.
updatedOnstring or nullformat: "date-time"
The date the action was updated.
typestring or null
The type of the action.
orderdouble or null
The order of the action.
valueslist of objects or null
The values of the action.