Returns a specific automation for a projecttemplate.

GET

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.

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

Path parameters

automationIdstringRequired

The id of the automation.

projectTemplateIdstringRequired

The id of the project template.

Response

OK

idstringOptionalformat: "uuid"

The id of the automation.

createdBystringOptionalformat: "uuid"

The id of the user who created the automation.

createdOndatetimeOptional

The date the automation was created.

updatedBystringOptionalformat: "uuid"

The id of the user who updated the automation.

updatedOndatetimeOptional

The date the automation was updated.

triggerIdstringOptionalformat: "uuid"

The id of the trigger which is related to the automation.

triggerobjectOptional
enabledbooleanOptional

Whether the automation is enabled.

statestringOptional

The state of the automation. See AutomationsService.DAL.Models.AutomationState for the possible values.

createdByProjectTemplatebooleanOptional

Whether the automation was created from an automation template of a project template.

projectIdstringOptionalformat: "uuid"

The id of the project which is related to the automation.

projectTemplateIdstringOptionalformat: "uuid"

The id of the project template which is related to the automation.

actionslist of objectsOptional

The actions which is related to the automation.

failedobjectOptional
Built with