Gets the actions of an automation of a project template.

Returns all actions for a specific automation of a project template including all its values. The user needs 'read' permissions of the feature 'project-manage-config' to view action data. <Check title="Required Permissions">The user must be an admin or have `project-manage-config:read` permissions.</Check>

Path parameters

projectTemplateIdstringRequiredformat: "uuid"
The id of the project template.
automationIdstringRequiredformat: "uuid"
The id of the automation.

Headers

AuthorizationstringRequired

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

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.