Get the list of created automations for a job template
Retrieve the list of created automations for a job template, including scheduled job creation and webhook. The adminBasic or adminAdvanced privilege is required. If it is scheduled job creation, it returns the user who creates the automated job creation. This functionality requires a license for the ArcGIS Workflow Manager Server Advanced role for ArcGIS Enterprise or the ArcGIS Workflow Manager Advanced organization extension for ArcGIS Online.
Note: Automated job creation with webhooks is not supported in ArcGIS Online.
Query parameters
Name | Type | Required |
---|---|---|
|
|
Path parameters
Name | Type | Required |
---|---|---|
|
| |
|
| |
|
|
Examples
Request
# You can also use wget
curl -X GET /{orgId}/{itemId}/jobTemplates/{jobTemplateId}/automatedCreation \
-H 'Accept: application/json' \
-H 'Authorization: Bearer {access-token}'
Response
200 Response
{
"automations": [
{
"automationId": "string",
"automationName": "string",
"automationType": "Scheduled",
"createdBy": "string"
}
]
}
Status | Meaning | Description | Schema |
---|---|---|---|
| The list of created automations. | Inline | |
| Error |
Response details
Status Code 200
CreateAutomationsResponse
Name | Type | Required |
---|---|---|
| ||
|
| |
|
| |
|
| |
|
|