ActiveVersion
{
"name": "string",
"url": "string",
"privateUrl": "string",
"layerItemId": "string",
"versionId": "string",
"replicaName": "string",
"replicaId": "string",
"replicaLocation": "string",
"proReplicaLocation": "string"
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
Activity
{
"typeName": "CloseJob",
"actionName": "Email",
"templateId": "string"
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
| |
|
|
Enumerated Values
typeName
Annotation
{
"position": "string",
"color": "string",
"outlineColor": "string",
"labelColor": "string",
"text": "string"
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
| |
|
| |
|
| |
|
|
ArcadeExpression
{
"context": {
"jobId": "string"
},
"expression": "string",
"parseMode": "Standard",
"contextType": "BaseContext"
}
Properties
Name | Type | Required |
---|---|---|
| ||
|
| |
|
| |
|
|
Enumerated Values
parseMode
ArcadeExpressionResult
{
"result": "string"
}
The result of evaluating an arcade expression
Properties
Name | Type | Required |
---|---|---|
|
|
AssignedType
"Unassigned"
- Type
- string
- Required
- false
- Restrictions
- none
- Default value
- Unassigned
Enumerated Values
anonymous
AssignmentBody
{
"assignedTo": "string",
"assignedType": "Unassigned"
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
AutomationAdd
{
"automationName": "string",
"automationType": "Scheduled",
"enabled": true,
"details": "string"
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
| |
|
| |
|
|
Enumerated Values
automationType
AutomationBasic
{
"automationId": "string",
"automationName": "string",
"automationType": "Scheduled",
"createdBy": "string"
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
| |
|
| |
|
|
Enumerated Values
automationType
AutomationDetails
{
"automationId": "string",
"automationName": "string",
"automationType": "Scheduled",
"createdBy": "string",
"enabled": true,
"details": "string"
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
Enumerated Values
automationType
AutomationRequestBody
{
"adds": [
{
"automationName": "string",
"automationType": "Scheduled",
"enabled": true,
"details": "string"
}
],
"updates": [
{
"automationId": "string",
"automationName": "string",
"enabled": true,
"details": "string"
}
],
"deletes": [
"string"
]
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
| |
|
|
AutomationUpdate
{
"automationId": "string",
"automationName": "string",
"enabled": true,
"details": "string"
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
| |
|
| |
|
|
CodedValue
{
"code": "string",
"name": "string"
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
|
CreateItemResponse
{
"success": true,
"itemId": "string",
"status": "Executing",
"error": {
"message": "string",
"name": "UnableToDetermineHostingServer",
"details": [
"string"
]
}
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
| |
|
| |
|
Enumerated Values
status
CreateJobOverrides
{
"numberOfJobs": 1,
"jobName": "string",
"startDate": "2019-08-24T14:15:22Z",
"dueDate": "2019-08-24T14:15:22Z",
"priority": "string",
"description": "string",
"ownedBy": "string",
"assignedType": "Unassigned",
"assignedTo": "string",
"percentComplete": 0,
"jobStatus": "string",
"notes": "string",
"parentJob": "string",
"location": {
"geometryType": "Multipoint",
"geometry": "string"
},
"extendedProperties": [
{
"identifier": "string",
"value": "string",
"dataType": "string",
"uniqueId": "string"
}
],
"relatedProperties": [
{
"tableName": "string",
"entries": [
{
"properties": [
{
"propertyName": "string",
"value": "string"
}
]
}
]
}
]
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
| ||
|
| |
|
| |
|
| |
|
| |
|
| |
| ||
| ||
|
CreateJobsResponse
{
"jobIds": [
"string"
],
"message": "string",
"autoExecuted": true
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
| |
|
|
CreateSavedSearchResponse
{
"searchId": "string"
}
Properties
Name | Type | Required |
---|---|---|
|
|
CreateWorkflowItemParameters
{
"async": true
}
Properties
Name | Type | Required |
---|---|---|
|
|
CurrentStep
{
"stepId": "string",
"assignedTo": "string",
"assignedType": "Unassigned",
"stepName": "string",
"canSkip": true,
"manualHold": true,
"holdScheduledRelease": "2019-08-24T14:15:22Z",
"dependencies": true
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
| |
| ||
|
| |
|
| |
|
| |
|
| |
|
|
DataSource
{
"name": "string",
"url": "string",
"sourceType": "string"
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
| |
|
|
DataStoreSettingValue
{
"propName": "string",
"value": "string",
"encrypted": true
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
| |
|
|
DataStoreSettings
{
"settings": [
{
"propName": "string",
"value": "string",
"encrypted": true
}
]
}
Properties
Name | Type | Required |
---|---|---|
|
DataType
"String"
- Type
- string
- Required
- false
- Restrictions
- none
- Default value
- String
Enumerated Values
anonymous
DefaultStepOutput
{
"value": "string",
"name": "string",
"dataType": "string",
"isEncoded": true
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
| |
|
| |
|
|
DetailedErrorDTO
{
"message": "string",
"type": "string",
"details": [
{
"path": "string",
"errors": [
"string"
]
}
]
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
| |
|
Diagram
{
"diagramId": "string",
"diagramVersion": 0,
"diagramName": "string",
"description": "string",
"initialStepId": "string",
"initialStepName": "string",
"steps": [
{
"id": "string",
"name": "string",
"description": "string",
"stepTemplateId": "string",
"automatic": true,
"proceedNext": true,
"canSkip": true,
"position": "string",
"shape": 0,
"color": "string",
"outlineColor": "string",
"labelColor": "string",
"action": {
"actionType": "string",
"args": {}
},
"paths": [
{
"nextStep": "string",
"expression": "string",
"label": "string",
"assignedTo": "string",
"points": [
{
"x": 0,
"y": 0
}
],
"ports": [
"string"
],
"assignedType": "Unassigned",
"status": "string",
"notifications": [
"string"
],
"lineColor": "string",
"labelColor": "string",
"isAssignedToCustomExpression": true,
"forceGroupAssignment": true
}
],
"helpUrl": "string",
"helpText": "string",
"helpLink": "string",
"encodeHelpLink": true,
"schedule": {
"scheduleType": "Duration",
"timeDuration": {
"months": 0,
"days": 0,
"hours": 0,
"minutes": 0,
"offset": 0
},
"specificTime": {
"type": "HourOfDay",
"dayOfWeek": 0,
"dayOfMonth": 0,
"month": 0,
"hour": 0,
"minutes": 0,
"offset": 0
},
"expression": "string"
}
}
],
"dataSources": [
{
"name": "string",
"url": "string",
"sourceType": "string"
}
],
"annotations": [
{
"position": "string",
"color": "string",
"outlineColor": "string",
"labelColor": "string",
"text": "string"
}
],
"displayGrid": true
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
| ||
| ||
|
|
ErrorDTO
{
"message": "string",
"type": "string",
"name": "UnableToDetermineHostingServer",
"details": [
"string"
]
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
| |
|
| |
|
|
Enumerated Values
name
ErrorInfo
{
"message": "string",
"name": "UnableToDetermineHostingServer",
"details": [
"string"
]
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
| |
|
|
Enumerated Values
name
ExportSettings
{
"jobTemplateIds": [
"string"
],
"diagramIds": [
"string"
],
"includeOtherConfiguration": true,
"passphrase": "string"
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
| |
|
| |
|
|
ExtendedPropertyDefinition
{
"propertyName": "string",
"propertyAlias": "string",
"propertyOrder": 0,
"dataType": "String",
"defaultValue": {},
"fieldLength": 0,
"required": true,
"editable": true,
"visible": true,
"domain": {
"type": "codedValue",
"codedValues": [
{
"code": "string",
"name": "string"
}
],
"range": [
"string"
]
}
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
| |
|
| |
| ||
|
| |
|
| |
|
| |
|
| |
|
| |
|
ExtendedPropertyDomain
{
"type": "codedValue",
"codedValues": [
{
"code": "string",
"name": "string"
}
],
"range": [
"string"
]
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
| |
|
|
Enumerated Values
type
ExtendedPropertyTableDefinition
{
"tableName": "string",
"tableAlias": "string",
"tableOrder": 0,
"relationshipType": "OneToOne",
"featureServiceProperties": {
"itemId": "string",
"itemType": "SurveyForm",
"layerId": "string",
"portalType": "Current",
"portalUrl": "string",
"featureServiceUniqueId": "string",
"secure": true
},
"extendedPropertyDefinitions": [
{
"propertyName": "string",
"propertyAlias": "string",
"propertyOrder": 0,
"dataType": "String",
"defaultValue": {},
"fieldLength": 0,
"required": true,
"editable": true,
"visible": true,
"domain": {
"type": "codedValue",
"codedValues": [
{
"code": "string",
"name": "string"
}
],
"range": [
"string"
]
}
}
],
"updateExisting": true,
"associateToExisting": true,
"isAssociated": true
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
| |
|
| |
| ||
| ||
| ||
|
| |
|
| |
|
|
FeatureServiceProperties
{
"itemId": "string",
"itemType": "SurveyForm",
"layerId": "string",
"portalType": "Current",
"portalUrl": "string",
"featureServiceUniqueId": "string",
"secure": true
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
Enumerated Values
itemType
Found
{
"found": true
}
Properties
Name | Type | Required |
---|---|---|
|
|
GetLogsResponse
{
"logs": [
{
"logLevel": "WARN",
"message": "string",
"jobId": "string",
"stepId": "string",
"createdDate": "2019-08-24T14:15:22Z",
"createdUser": "string"
}
]
}
Properties
Name | Type | Required |
---|---|---|
|
|
Group
{
"id": "string",
"name": "string",
"isAssignable": true
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
| |
|
|
GroupRoleMembership
{
"roles": [
"string"
]
}
Properties
Name | Type | Required |
---|---|---|
|
|
GroupRoleMembershipChanges
{
"adds": {
"roles": [
"string"
]
},
"deletes": {
"roles": [
"string"
]
}
}
Properties
Name | Type | Required |
---|---|---|
| ||
|
GroupedValue
{
"value": "string",
"count": 0
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
|
Hold
{
"jobId": "string",
"stepId": "string",
"holdId": "string",
"setBy": "string",
"setDate": "2019-08-24T14:15:22Z",
"scheduledRelease": "2019-08-24T14:15:22Z",
"releasedBy": "string",
"releasedDate": "2019-08-24T14:15:22Z",
"dependentJobId": "string",
"dependentStepId": "string"
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
ItemDetails
{
"itemVersion": "string",
"upgradeAvailable": true,
"isOldestAllowedVersion": true,
"allowUnsecureWebhooks": true,
"customSMTP": true,
"settings": [
{
"propName": "string",
"value": "string",
"encrypted": true
}
]
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
Job
{
"jobId": "string",
"jobName": "string",
"ownedBy": "string",
"createdBy": "string",
"notes": "string",
"description": "string",
"createdDate": "2019-08-24T14:15:22Z",
"startDate": "2019-08-24T14:15:22Z",
"startedDate": "2019-08-24T14:15:22Z",
"dueDate": "2019-08-24T14:15:22Z",
"endDate": "2019-08-24T14:15:22Z",
"parentJob": "string",
"percentComplete": 0,
"priority": "string",
"diagramId": "string",
"diagramVersion": 0,
"diagramName": "string",
"currentSteps": [
{
"stepId": "string",
"assignedTo": "string",
"assignedType": "Unassigned",
"stepName": "string",
"canSkip": true,
"manualHold": true,
"holdScheduledRelease": "2019-08-24T14:15:22Z",
"dependencies": true
}
],
"jobStatus": "string",
"jobTemplateId": "string",
"jobTemplateName": "string",
"extendedProperties": [
{
"tableName": "string",
"featureServiceProperties": {
"itemId": "string",
"itemType": "SurveyForm",
"layerId": "string",
"portalType": "Current",
"portalUrl": "string",
"featureServiceUniqueId": "string",
"secure": true
},
"properties": [
{
"propertyName": "string",
"value": {}
}
]
}
],
"relatedProperties": [
{
"tableName": "string",
"featureServiceProperties": {
"itemId": "string",
"itemType": "SurveyForm",
"layerId": "string",
"portalType": "Current",
"portalUrl": "string",
"featureServiceUniqueId": "string",
"secure": true
},
"entries": [
{
"id": "string",
"createdDate": "2019-08-24T14:15:22Z",
"properties": [
{
"propertyName": "string",
"value": {}
}
]
}
]
}
],
"holds": [
{
"jobId": "string",
"stepId": "string",
"holdId": "string",
"setBy": "string",
"setDate": "2019-08-24T14:15:22Z",
"scheduledRelease": "2019-08-24T14:15:22Z",
"releasedBy": "string",
"releasedDate": "2019-08-24T14:15:22Z",
"dependentJobId": "string",
"dependentStepId": "string"
}
],
"activeVersions": [
{
"name": "string",
"url": "string",
"privateUrl": "string",
"layerItemId": "string",
"versionId": "string",
"replicaName": "string",
"replicaId": "string",
"replicaLocation": "string",
"proReplicaLocation": "string"
}
],
"hasLocation": 0,
"parentJobRefId": "string",
"closed": true,
"archived": true
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
| ||
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
| ||
|
| |
|
| |
|
| |
|
|
JobActionBody
{
"type": "Finish",
"stepIds": [
"string"
],
"holdScheduledRelease": "2019-08-24T14:15:22Z",
"dependentJobId": "string",
"dependentStepId": "string"
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
| |
|
| |
|
| |
|
|
Enumerated Values
type
JobActionResponse
{
"success": true,
"stepResponses": [
{
"stepId": "string",
"status": "Success",
"statusDescription": "The step was started running"
}
]
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
JobActionStepResponse
{
"stepId": "string",
"status": "Success",
"statusDescription": "The step was started running"
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
| |
|
|
Enumerated Values
status
JobActionStepStatus
"Success"
- Type
- string
- Required
- false
- Restrictions
- none
- Default value
- Success
Enumerated Values
anonymous
JobActionType
"Run"
- Type
- string
- Required
- false
- Restrictions
- none
- Default value
- Run
Enumerated Values
anonymous
JobArcadeExpressionContext
{
"jobId": "string"
}
Properties
Name | Type | Required |
---|---|---|
|
|
JobAttachmentDescription
{
"id": "string",
"alias": "string",
"folder": "string",
"url": "string",
"lastModifiedBy": "string",
"lastModified": "2019-08-24T14:15:22Z"
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
JobAttachmentLinked
{
"url": "string",
"alias": "string",
"folder": "string"
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
| |
|
|
JobAttachmentLinkedBody
{
"attachments": [
{
"url": "string",
"alias": "string",
"folder": "string"
}
],
"stepId": "string"
}
Properties
Name | Type | Required |
---|---|---|
| ||
|
|
JobAttachmentLinkedResult
{
"alias": "string",
"attachmentId": "string"
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
|
JobComment
{
"jobId": "string",
"comment": "string",
"commentId": "string",
"lastModifiedBy": "string",
"lastModified": "2019-08-24T14:15:22Z"
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
| |
|
| |
|
| |
|
|
JobCommentArg
{
"comment": "string"
}
Properties
Name | Type | Required |
---|---|---|
|
|
JobExtendedProperty
{
"propertyName": "string",
"value": {}
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
|
JobExtendedPropertyTable
{
"tableName": "string",
"featureServiceProperties": {
"itemId": "string",
"itemType": "SurveyForm",
"layerId": "string",
"portalType": "Current",
"portalUrl": "string",
"featureServiceUniqueId": "string",
"secure": true
},
"properties": [
{
"propertyName": "string",
"value": {}
}
]
}
Properties
Name | Type | Required |
---|---|---|
|
| |
| ||
|
JobHistory
{
"date": "2019-08-24T14:15:22Z",
"jobId": "string",
"stepId": "string",
"username": "string",
"action": "Activated",
"result": "string",
"startDate": "2019-08-24T14:15:22Z",
"endDate": "2019-08-24T14:15:22Z",
"durationSeconds": 0
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
Enumerated Values
action
JobManageBody
{
"type": "Close",
"jobIds": [
"string"
]
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
|
Enumerated Values
type
JobOverrides
{
"allowRunningStepId": "string",
"jobName": "string",
"startDate": "2019-08-24T14:15:22Z",
"dueDate": "2019-08-24T14:15:22Z",
"priority": "string",
"description": "string",
"ownedBy": "string",
"percentComplete": 0,
"jobStatus": "string",
"notes": "string",
"parentJob": "string",
"versions": [
{
"dataSourceName": "string",
"versionName": "string",
"versionGuid": "string",
"workflowAdministered": true
}
],
"extendedProperties": [
{
"identifier": "string",
"value": "string",
"dataType": "string",
"uniqueId": "string"
}
],
"relatedProperties": {
"adds": [
{
"tableName": "string",
"entries": [
{
"properties": [
{}
]
}
]
}
],
"deletes": [
{
"tableName": "string",
"ids": [
"string"
]
}
],
"updates": [
{
"tableName": "string",
"entries": [
{
"id": "string",
"properties": [
{}
]
}
]
}
]
}
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
| ||
|
JobQuery
{
"q": "string",
"search": "string",
"fields": [
"string"
],
"displayNames": [
"string"
],
"sortFields": [
{
"field": "string",
"sortOrder": "Asc"
}
],
"spatialExtent": "string",
"hasLocation": true,
"start": 0,
"num": 0
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
JobQueryResult
{
"q": "string",
"fields": [
{
"name": "string",
"fieldType": "String"
}
],
"results": [
[
{}
]
],
"start": 0,
"nextStart": 0,
"num": 0
}
Properties
Name | Type | Required |
---|---|---|
|
| |
| ||
|
| |
|
| |
|
| |
|
|
JobRelatedPropertyEntry
{
"id": "string",
"createdDate": "2019-08-24T14:15:22Z",
"properties": [
{
"propertyName": "string",
"value": {}
}
]
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
| |
|
JobRelatedPropertyTable
{
"tableName": "string",
"featureServiceProperties": {
"itemId": "string",
"itemType": "SurveyForm",
"layerId": "string",
"portalType": "Current",
"portalUrl": "string",
"featureServiceUniqueId": "string",
"secure": true
},
"entries": [
{
"id": "string",
"createdDate": "2019-08-24T14:15:22Z",
"properties": [
{
"propertyName": "string",
"value": {}
}
]
}
]
}
Properties
Name | Type | Required |
---|---|---|
|
| |
| ||
|
JobStatistics
{
"total": 0,
"groupBy": "string",
"groupedValues": [
{
"value": "string",
"count": 0
}
]
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
| |
|
|
JobStatisticsQuery
{
"q": "string",
"search": "string",
"groupBy": "string",
"spatialExtent": "string",
"hasLocation": true
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
| |
|
| |
|
| |
|
|
JobTemplate
{
"jobTemplateId": "string",
"jobTemplateName": "string",
"category": "string",
"defaultJobDuration": 0,
"defaultAssignedTo": "string",
"defaultDueDate": "2019-08-24T14:15:22Z",
"defaultStartDate": "2019-08-24T14:15:22Z",
"jobStartDateType": "CreationDate",
"diagramId": "string",
"diagramName": "string",
"diagramThumbnail": "string",
"defaultPriorityName": "string",
"defaultAssignedType": "Unassigned",
"description": "string",
"defaultDescription": "string",
"state": "Draft",
"defaultJobName": "string",
"defaultFinalStatus": "string",
"defaultStatus": "string",
"activities": [
{
"typeName": "CloseJob",
"actionName": "Email",
"templateId": "string"
}
],
"extendedPropertyTableDefinitions": [
{
"tableName": "string",
"tableAlias": "string",
"tableOrder": 0,
"relationshipType": "OneToOne",
"featureServiceProperties": {
"itemId": "string",
"itemType": "SurveyForm",
"layerId": "string",
"portalType": "Current",
"portalUrl": "string",
"featureServiceUniqueId": "string",
"secure": true
},
"extendedPropertyDefinitions": [
{
"propertyName": "string",
"propertyAlias": "string",
"propertyOrder": 0,
"dataType": "String",
"defaultValue": {},
"fieldLength": 0,
"required": true,
"editable": true,
"visible": true,
"domain": {
"type": "codedValue",
"codedValues": [
{}
],
"range": [
"string"
]
}
}
],
"updateExisting": true,
"associateToExisting": true,
"isAssociated": true
}
],
"lastUpdatedBy": "string",
"lastUpdatedDate": "2019-08-24T14:15:22Z"
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
| ||
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
| ||
|
| |
|
|
Enumerated Values
jobStartDateType
JobTemplateDescription
{
"jobTemplateId": "string",
"jobTemplateName": "string",
"description": "string",
"category": "string",
"diagramId": "string",
"diagramName": "string",
"state": "Draft"
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
Enumerated Values
state
JsonDetailsType
[
{
"path": "string",
"errors": [
"string"
]
}
]
Properties
Name | Type | Required |
---|---|---|
|
| |
|
|
KeyValues
{
"key": "string",
"value": "string",
"isEnabled": true
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
| |
|
|
Location
{
"geometryType": "Multipoint",
"geometry": "string"
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
|
Enumerated Values
geometryType
LocationBody
{
"location": {
"geometryType": "Multipoint",
"geometry": "string"
}
}
Properties
Name | Type | Required |
---|---|---|
|
Log
{
"logLevel": "WARN",
"message": "string",
"jobId": "string",
"stepId": "string",
"createdDate": "2019-08-24T14:15:22Z",
"createdUser": "string"
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
Enumerated Values
logLevel
Lookup
{
"lookupName": "string",
"value": 0
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
|
Lookups
{
"lookups": [
{
"lookupName": "string",
"value": 0
}
]
}
Properties
Name | Type | Required |
---|---|---|
|
|
Point
{
"x": 0,
"y": 0
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
|
PropertyEntry
{
"propertyName": "string",
"value": "string"
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
|
PropertyResponse
{
"identifier": "string",
"value": "string",
"dataType": "string",
"uniqueId": "string"
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
| |
|
| |
|
|
QueryResultFieldDefinition
{
"name": "string",
"fieldType": "String"
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
|
Enumerated Values
fieldType
RelatedPropertyAdd
{
"tableName": "string",
"entries": [
{
"properties": [
{
"propertyName": "string",
"value": "string"
}
]
}
]
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
RelatedPropertyAddEntry
{
"properties": [
{
"propertyName": "string",
"value": "string"
}
]
}
Properties
Name | Type | Required |
---|---|---|
|
RelatedPropertyDelete
{
"tableName": "string",
"ids": [
"string"
]
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
|
RelatedPropertyEdits
{
"adds": [
{
"tableName": "string",
"entries": [
{
"properties": [
{
"propertyName": "string",
"value": "string"
}
]
}
]
}
],
"deletes": [
{
"tableName": "string",
"ids": [
"string"
]
}
],
"updates": [
{
"tableName": "string",
"entries": [
{
"id": "string",
"properties": [
{
"propertyName": "string",
"value": "string"
}
]
}
]
}
]
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
| |
|
|
RelatedPropertyUpdate
{
"tableName": "string",
"entries": [
{
"id": "string",
"properties": [
{
"propertyName": "string",
"value": "string"
}
]
}
]
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
RelatedPropertyUpdateEntry
{
"id": "string",
"properties": [
{
"propertyName": "string",
"value": "string"
}
]
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
RelationshipType
"OneToOne"
- Type
- string
- Required
- false
- Restrictions
- none
- Default value
- OneToOne
Enumerated Values
anonymous
RequestAttachment
{
"folder": "string",
"customName": "string"
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
|
RequestAuth
{
"apiKey": {
"key": "string",
"value": "string",
"addedTo": "QueryParams"
},
"credentials": {
"username": "string",
"password": "string",
"token": "string"
},
"authorizationType": "NoAuth",
"tokenRequest": {
"requestType": "GET",
"baseUrl": "string",
"queryParams": [
{
"key": "string",
"value": "string",
"isEnabled": true
}
],
"pathParams": [
{
"key": "string",
"value": "string",
"isEnabled": true
}
],
"headers": [
{
"key": "string",
"value": "string",
"isEnabled": true
}
],
"body": {
"formData": {
"keyValues": [
{
"key": "string",
"value": "string",
"isEnabled": true
}
]
},
"urlEncoded": {
"keyValues": [
{
"key": "string",
"value": "string",
"isEnabled": true
}
]
},
"raw": {
"content": "string",
"contentType": "string"
}
},
"authorization": {
"apiKey": {
"key": "string",
"value": "string",
"addedTo": "QueryParams"
},
"credentials": {
"username": "string",
"password": "string",
"token": "string"
},
"authorizationType": "NoAuth",
"tokenRequest": {
"requestType": "GET",
"baseUrl": "string",
"queryParams": [
{
"key": "string",
"value": "string",
"isEnabled": true
}
],
"pathParams": [
{
"key": "string",
"value": "string",
"isEnabled": true
}
],
"headers": [
{
"key": "string",
"value": "string",
"isEnabled": true
}
],
"body": {
"formData": {
"keyValues": null
},
"urlEncoded": {
"keyValues": null
},
"raw": {
"content": null,
"contentType": null
}
},
"authorization": {
"apiKey": {
"key": null,
"value": null,
"addedTo": null
},
"credentials": {
"username": null,
"password": null,
"token": null
},
"authorizationType": "NoAuth",
"tokenRequest": {
"requestType": null,
"baseUrl": null,
"queryParams": null,
"pathParams": null,
"headers": null,
"body": null,
"authorization": null,
"attachment": null,
"outputValues": null
}
},
"attachment": {
"folder": "string",
"customName": "string"
},
"outputValues": [
{
"key": "string",
"value": "string",
"isEnabled": true
}
]
}
},
"attachment": {
"folder": "string",
"customName": "string"
},
"outputValues": [
{
"key": "string",
"value": "string",
"isEnabled": true
}
]
}
}
Properties
Name | Type | Required |
---|---|---|
| ||
| ||
|
| |
|
Enumerated Values
authorizationType
RequestAuthAPIKey
{
"key": "string",
"value": "string",
"addedTo": "QueryParams"
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
| |
|
|
Enumerated Values
addedTo
RequestBody
{
"formData": {
"keyValues": [
{
"key": "string",
"value": "string",
"isEnabled": true
}
]
},
"urlEncoded": {
"keyValues": [
{
"key": "string",
"value": "string",
"isEnabled": true
}
]
},
"raw": {
"content": "string",
"contentType": "string"
}
}
Properties
Name | Type | Required |
---|---|---|
| ||
| ||
|
RequestBodyKeyValues
{
"keyValues": [
{
"key": "string",
"value": "string",
"isEnabled": true
}
]
}
Properties
Name | Type | Required |
---|---|---|
|
RequestCredentials
{
"username": "string",
"password": "string",
"token": "string"
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
| |
|
|
RequestRawBody
{
"content": "string",
"contentType": "string"
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
|
Role
{
"roleName": "string",
"description": "string",
"privileges": [
"string"
]
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
| |
|
|
SavedSearch
{
"searchId": "string",
"name": "string",
"folder": "string",
"definition": {
"q": "string",
"search": "string",
"fields": [
"string"
],
"displayNames": [
"string"
],
"sortFields": [
{
"field": "string",
"sortOrder": "Asc"
}
],
"spatialExtent": "string",
"hasLocation": true,
"start": 0,
"num": 0
},
"searchType": "Chart",
"colorRamp": "string",
"sortIndex": 0
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
| |
|
| |
| ||
|
| |
|
| |
|
|
Enumerated Values
searchType
Schedule
{
"scheduleType": "Duration",
"timeDuration": {
"months": 0,
"days": 0,
"hours": 0,
"minutes": 0,
"offset": 0
},
"specificTime": {
"type": "HourOfDay",
"dayOfWeek": 0,
"dayOfMonth": 0,
"month": 0,
"hour": 0,
"minutes": 0,
"offset": 0
},
"expression": "string"
}
Properties
Name | Type | Required |
---|---|---|
|
| |
| ||
| ||
|
|
Enumerated Values
scheduleType
SortField
{
"field": "string",
"sortOrder": "Asc"
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
|
Enumerated Values
sortOrder
SpecificTime
{
"type": "HourOfDay",
"dayOfWeek": 0,
"dayOfMonth": 0,
"month": 0,
"hour": 0,
"minutes": 0,
"offset": 0
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
Enumerated Values
type
Status
{
"success": true,
"hasAdvancedLicense": true
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
|
Step
{
"id": "string",
"name": "string",
"description": "string",
"stepTemplateId": "string",
"automatic": true,
"proceedNext": true,
"canSkip": true,
"position": "string",
"shape": 0,
"color": "string",
"outlineColor": "string",
"labelColor": "string",
"action": {
"actionType": "string",
"args": {}
},
"paths": [
{
"nextStep": "string",
"expression": "string",
"label": "string",
"assignedTo": "string",
"points": [
{
"x": 0,
"y": 0
}
],
"ports": [
"string"
],
"assignedType": "Unassigned",
"status": "string",
"notifications": [
"string"
],
"lineColor": "string",
"labelColor": "string",
"isAssignedToCustomExpression": true,
"forceGroupAssignment": true
}
],
"helpUrl": "string",
"helpText": "string",
"helpLink": "string",
"encodeHelpLink": true,
"schedule": {
"scheduleType": "Duration",
"timeDuration": {
"months": 0,
"days": 0,
"hours": 0,
"minutes": 0,
"offset": 0
},
"specificTime": {
"type": "HourOfDay",
"dayOfWeek": 0,
"dayOfMonth": 0,
"month": 0,
"hour": 0,
"minutes": 0,
"offset": 0
},
"expression": "string"
}
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
| ||
|
| |
|
| |
|
| |
|
| |
|
| |
|
StepAction
{
"actionType": "string",
"args": {}
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
|
StepOutputs
{
"outputs": [
{
"value": "string",
"name": "string",
"dataType": "string",
"isEncoded": true
}
],
"returnValue": "string",
"isUserSpecifiedReturnValue": true,
"comment": "string"
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
| |
|
| |
|
|
StepPath
{
"nextStep": "string",
"expression": "string",
"label": "string",
"assignedTo": "string",
"points": [
{
"x": 0,
"y": 0
}
],
"ports": [
"string"
],
"assignedType": "Unassigned",
"status": "string",
"notifications": [
"string"
],
"lineColor": "string",
"labelColor": "string",
"isAssignedToCustomExpression": true,
"forceGroupAssignment": true
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
| ||
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
Success
{
"success": true
}
Properties
Name | Type | Required |
---|---|---|
|
|
SuccessResponse
{
"success": true,
"message": "string",
"name": "UnableToDetermineHostingServer"
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
| |
|
|
Enumerated Values
name
TableDefinition
{
"tableName": "string",
"tableAlias": "string",
"relationshipType": "OneToOne",
"featureServiceProperties": {
"itemId": "string",
"itemType": "SurveyForm",
"layerId": "string",
"portalType": "Current",
"portalUrl": "string",
"featureServiceUniqueId": "string",
"secure": true
},
"extendedPropertyDefinitions": [
{
"propertyName": "string",
"propertyAlias": "string",
"propertyOrder": 0,
"dataType": "String",
"defaultValue": {},
"fieldLength": 0,
"required": true,
"editable": true,
"visible": true,
"domain": {
"type": "codedValue",
"codedValues": [
{
"code": "string",
"name": "string"
}
],
"range": [
"string"
]
}
}
],
"jobTemplates": [
"string"
]
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
| |
| ||
| ||
| ||
|
|
TableDefinitionsResult
{
"tableDefinitions": [
{
"tableName": "string",
"tableAlias": "string",
"relationshipType": "OneToOne",
"featureServiceProperties": {
"itemId": "string",
"itemType": "SurveyForm",
"layerId": "string",
"portalType": "Current",
"portalUrl": "string",
"featureServiceUniqueId": "string",
"secure": true
},
"extendedPropertyDefinitions": [
{
"propertyName": "string",
"propertyAlias": "string",
"propertyOrder": 0,
"dataType": "String",
"defaultValue": {},
"fieldLength": 0,
"required": true,
"editable": true,
"visible": true,
"domain": {
"type": "codedValue",
"codedValues": [
{}
],
"range": [
"string"
]
}
}
],
"jobTemplates": [
"string"
]
}
]
}
Properties
Name | Type | Required |
---|---|---|
|
Template
{
"templateId": "string",
"templateName": "string",
"templateDetails": "string"
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
| |
|
|
TemplateDescription
{
"templateId": "string",
"templateName": "string"
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
|
TestWebRequest
{
"webRequest": {
"requestType": "GET",
"baseUrl": "string",
"queryParams": [
{
"key": "string",
"value": "string",
"isEnabled": true
}
],
"pathParams": [
{
"key": "string",
"value": "string",
"isEnabled": true
}
],
"headers": [
{
"key": "string",
"value": "string",
"isEnabled": true
}
],
"body": {
"formData": {
"keyValues": [
{
"key": "string",
"value": "string",
"isEnabled": true
}
]
},
"urlEncoded": {
"keyValues": [
{
"key": "string",
"value": "string",
"isEnabled": true
}
]
},
"raw": {
"content": "string",
"contentType": "string"
}
},
"authorization": {
"apiKey": {
"key": "string",
"value": "string",
"addedTo": "QueryParams"
},
"credentials": {
"username": "string",
"password": "string",
"token": "string"
},
"authorizationType": "NoAuth",
"tokenRequest": {
"requestType": "GET",
"baseUrl": "string",
"queryParams": [
{
"key": "string",
"value": "string",
"isEnabled": true
}
],
"pathParams": [
{
"key": "string",
"value": "string",
"isEnabled": true
}
],
"headers": [
{
"key": "string",
"value": "string",
"isEnabled": true
}
],
"body": {
"formData": {
"keyValues": null
},
"urlEncoded": {
"keyValues": null
},
"raw": {
"content": null,
"contentType": null
}
},
"authorization": {
"apiKey": {
"key": null,
"value": null,
"addedTo": null
},
"credentials": {
"username": null,
"password": null,
"token": null
},
"authorizationType": "NoAuth",
"tokenRequest": {
"requestType": null,
"baseUrl": null,
"queryParams": null,
"pathParams": null,
"headers": null,
"body": null,
"authorization": null,
"attachment": null,
"outputValues": null
}
},
"attachment": {
"folder": "string",
"customName": "string"
},
"outputValues": [
{
"key": "string",
"value": "string",
"isEnabled": true
}
]
}
},
"attachment": {
"folder": "string",
"customName": "string"
},
"outputValues": [
{
"key": "string",
"value": "string",
"isEnabled": true
}
]
},
"jobId": "string"
}
Properties
Name | Type | Required |
---|---|---|
| ||
|
|
TimeDuration
{
"months": 0,
"days": 0,
"hours": 0,
"minutes": 0,
"offset": 0
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
| |
|
| |
|
| |
|
|
UpdateAutomationsResult
{
"success": true,
"message": "string",
"automationIds": [
"string"
]
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
| |
|
|
UpdateDiagramBody
{
"deleteDraft": true,
"diagram": {
"diagramId": "string",
"diagramName": "string",
"description": "string",
"active": true,
"initialStepId": "string",
"initialStepName": "string",
"steps": [
{
"id": "string",
"name": "string",
"description": "string",
"stepTemplateId": "string",
"automatic": true,
"proceedNext": true,
"canSkip": true,
"position": "string",
"shape": 0,
"color": "string",
"outlineColor": "string",
"labelColor": "string",
"action": {
"actionType": "string",
"args": {}
},
"paths": [
{
"nextStep": "string",
"expression": "string",
"label": "string",
"assignedTo": "string",
"points": [
{}
],
"ports": [
"string"
],
"assignedType": "Unassigned",
"status": "string",
"notifications": [
"string"
],
"lineColor": "string",
"labelColor": "string",
"isAssignedToCustomExpression": true,
"forceGroupAssignment": true
}
],
"helpUrl": "string",
"helpText": "string",
"helpLink": "string",
"encodeHelpLink": true,
"schedule": {
"scheduleType": "Duration",
"timeDuration": {
"months": 0,
"days": 0,
"hours": 0,
"minutes": 0,
"offset": 0
},
"specificTime": {
"type": "[",
"dayOfWeek": 0,
"dayOfMonth": 0,
"month": 0,
"hour": 0,
"minutes": 0,
"offset": 0
},
"expression": "string"
}
}
],
"dataSources": [
{
"name": "string",
"url": "string",
"sourceType": "string"
}
],
"annotations": [
{
"position": "string",
"color": "string",
"outlineColor": "string",
"labelColor": "string",
"text": "string"
}
],
"displayGrid": true
}
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
User
{
"username": "string",
"fullName": "string",
"firstName": "string",
"lastName": "string",
"email": "string",
"groups": [
"string"
],
"groupsOwned": [
"string"
],
"roles": [
"string"
],
"privileges": [
"string"
],
"thumbnail": "string"
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
UserDescription
{
"username": "string",
"fullName": "string",
"firstName": "string",
"lastName": "string",
"email": "string",
"thumbnail": "string",
"isAssignable": true
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
Version
{
"dataSourceName": "string",
"versionName": "string",
"versionGuid": "string",
"workflowAdministered": true
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
| |
|
| |
|
|
WebRequest
{
"requestType": "GET",
"baseUrl": "string",
"queryParams": [
{
"key": "string",
"value": "string",
"isEnabled": true
}
],
"pathParams": [
{
"key": "string",
"value": "string",
"isEnabled": true
}
],
"headers": [
{
"key": "string",
"value": "string",
"isEnabled": true
}
],
"body": {
"formData": {
"keyValues": [
{
"key": "string",
"value": "string",
"isEnabled": true
}
]
},
"urlEncoded": {
"keyValues": [
{
"key": "string",
"value": "string",
"isEnabled": true
}
]
},
"raw": {
"content": "string",
"contentType": "string"
}
},
"authorization": {
"apiKey": {
"key": "string",
"value": "string",
"addedTo": "QueryParams"
},
"credentials": {
"username": "string",
"password": "string",
"token": "string"
},
"authorizationType": "NoAuth",
"tokenRequest": {
"requestType": "GET",
"baseUrl": "string",
"queryParams": [
{
"key": "string",
"value": "string",
"isEnabled": true
}
],
"pathParams": [
{
"key": "string",
"value": "string",
"isEnabled": true
}
],
"headers": [
{
"key": "string",
"value": "string",
"isEnabled": true
}
],
"body": {
"formData": {
"keyValues": [
{}
]
},
"urlEncoded": {
"keyValues": [
{}
]
},
"raw": {
"content": "string",
"contentType": "string"
}
},
"authorization": {
"apiKey": {
"key": "string",
"value": "string",
"addedTo": "QueryParams"
},
"credentials": {
"username": "string",
"password": "string",
"token": "string"
},
"authorizationType": "NoAuth",
"tokenRequest": {
"requestType": "GET",
"baseUrl": "string",
"queryParams": [
{}
],
"pathParams": [
{}
],
"headers": [
{}
],
"body": {
"formData": null,
"urlEncoded": null,
"raw": null
},
"authorization": {
"apiKey": null,
"credentials": null,
"authorizationType": null,
"tokenRequest": null
},
"attachment": {
"folder": null,
"customName": null
},
"outputValues": [
{}
]
}
},
"attachment": {
"folder": "string",
"customName": "string"
},
"outputValues": [
{
"key": "string",
"value": "string",
"isEnabled": true
}
]
}
},
"attachment": {
"folder": "string",
"customName": "string"
},
"outputValues": [
{
"key": "string",
"value": "string",
"isEnabled": true
}
]
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
| |
|
| |
|
| |
|
| |
| ||
| ||
| ||
|
|
Enumerated Values
requestType
WebRequestResponse
{
"status": 0,
"body": "string",
"requestUrl": "string",
"headers": [
{
"key": "string",
"value": "string",
"isEnabled": true
}
],
"outputs": {
"outputs": [
{
"value": "string",
"name": "string",
"dataType": "string",
"isEncoded": true
}
],
"returnValue": "string",
"isUserSpecifiedReturnValue": true,
"comment": "string"
}
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
| |
|
| |
| ||
|
WorkflowDiagram
{
"diagramId": "string",
"diagramName": "string",
"description": "string",
"active": true,
"initialStepId": "string",
"initialStepName": "string",
"steps": [
{
"id": "string",
"name": "string",
"description": "string",
"stepTemplateId": "string",
"automatic": true,
"proceedNext": true,
"canSkip": true,
"position": "string",
"shape": 0,
"color": "string",
"outlineColor": "string",
"labelColor": "string",
"action": {
"actionType": "string",
"args": {}
},
"paths": [
{
"nextStep": "string",
"expression": "string",
"label": "string",
"assignedTo": "string",
"points": [
{
"x": 0,
"y": 0
}
],
"ports": [
"string"
],
"assignedType": "Unassigned",
"status": "string",
"notifications": [
"string"
],
"lineColor": "string",
"labelColor": "string",
"isAssignedToCustomExpression": true,
"forceGroupAssignment": true
}
],
"helpUrl": "string",
"helpText": "string",
"helpLink": "string",
"encodeHelpLink": true,
"schedule": {
"scheduleType": "Duration",
"timeDuration": {
"months": 0,
"days": 0,
"hours": 0,
"minutes": 0,
"offset": 0
},
"specificTime": {
"type": "HourOfDay",
"dayOfWeek": 0,
"dayOfMonth": 0,
"month": 0,
"hour": 0,
"minutes": 0,
"offset": 0
},
"expression": "string"
}
}
],
"dataSources": [
{
"name": "string",
"url": "string",
"sourceType": "string"
}
],
"annotations": [
{
"position": "string",
"color": "string",
"outlineColor": "string",
"labelColor": "string",
"text": "string"
}
],
"displayGrid": true
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
| ||
| ||
|
|
WorkflowDiagramDescription
{
"diagramId": "string",
"diagramName": "string",
"description": "string",
"active": true,
"draft": true
}
Properties
Name | Type | Required |
---|---|---|
|
| |
|
| |
|
| |
|
| |
|
|
WorkflowExceptionDTO
{
"error": {
"message": "string",
"type": "string",
"name": "UnableToDetermineHostingServer",
"details": [
"string"
]
}
}
Properties
Name | Type | Required |
---|---|---|
|