v1
latestOpenAPI 3.1.02026-08-066984441.1 MBprojectTemplateAutomations
Returns a specific automation for a projecttemplate.
Returns a specific automation of the projecttemplate with the specified id. Returns NotFound if the automation doesnt exist. To get the the automation data the user needs to have 'read' permissions of the feature 'project-manage-config' globally.
<Check title="Required Permissions" icon="key">The user must be an admin or have project-manage-config:read permissions.</Check>
get/projecttemplates/{projectTemplateId}/automations/{automationId}
Path parameters
automationIdstring uuid required
The id of the automation.
projectTemplateIdstring uuid required
The id of the project template.
Headers
Authorizationstring required
Bearer authentication
Response
OK