getJobTemplateAutomationDetails

Click to copy

Get the automated creation details used by a job template

Retrieve the automated creation details used by a job template based on automationId, including scheduled job creation and webhook. The adminBasic or adminAdvanced privilege is required. This functionality requires a license for the ArcGIS Workflow Manager Server Advanced role for ArcGIS Enteprise 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

NameTypeRequired

token

string

Path parameters

NameTypeRequired

jobTemplateId

string

automationId

string

orgId

string

itemId

string

Examples

Request

Use dark colors for code blocksCopy
1
2
3
4
# You can also use wget
curl -X GET /{orgId}/{itemId}/jobTemplates/{jobTemplateId}/automatedCreation/{automationId} \
  -H 'Accept: application/json' \
  -H 'Authorization: Bearer {access-token}'

Response

200 Response

Use dark colors for code blocksCopy
1
2
3
4
5
6
7
8
{
  "automationId": "string",
  "automationName": "string",
  "automationType": "Scheduled",
  "createdBy": "string",
  "enabled": true,
  "details": "string"
}
StatusMeaningDescriptionSchema

200

OK

success

AutomationDetails

400

Bad Request

Error

WorkflowExceptionDTO

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.