Gets a specific action for an automation of a projecttemplate.

Returns a specific action for a specific automation of a projecttemplate including all its values. The user needs ‘read’ permissions of the feature ‘project-manage-config’ to view action data.

Required Permissions
The user must be an admin or have project-manage-config:read permissions.

Path parameters

projectTemplateIdUUIDRequired
The id of the project template.
automationIdUUIDRequired
The id of the automation.
actionIdUUIDRequired
The id of the action.

Headers

AuthorizationstringRequired

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

Response

OK
idUUID or null
The id of the action.
createdByUUID or null
The id of the user who created the action.
createdOndatetime or null
The date the action was created.
updatedByUUID or null
The id of the user who updated the action.
updatedOndatetime or null
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.