Get Job Details

URL:
https://<BatchValidation-url>/getJobDetails
Methods:
GET
Version Introduced:
10.1

Description

A REST resource that returns job details for a Reviewer batch job. Job details include job execution details, job settings, and job schedule. Job details are listed in name/value pairs in a JSON object.

Request parameters

ParameterDetails

jobId

The batch job ID.

f

The response format. The default response format is html.

Values: html | json

Example usage

Return job details for job 2dca5d78-7ddd-4f3c-a9b0-0aa670f478c1.

Use dark colors for code blocksCopy
1
https://localhost:6443/arcgis/rest/services/reviewer/MapServer/exts/DataReviewerServer/BatchValidation/getJobDetails?jobId=2dca5d78-7ddd-4f3c-a9b0-0aa670f478c1&f=json

JSON Response example

Use dark colors for code blocksCopy
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
 "jobId": "7571a58a-266c-4f87-9c31-d35aae725377",
 "title": "",
 "createdBy": "",
 "creationDate": 1325195735000,
 "status": "Finished",
 "settings": {
  "batchJobFileName": "duplicateGeometry.rbj",
  "sessionId": "Session 1 : Session 1",
  "userName": null,
  "changedFeaturesOnly": false,
  "analysisArea": null,
  "productionWorkspace": "C:\\arcgisserver\\directories\\transport.gdb",
  "productionWorkspaceVersion": N\A
 },
 "schedule": null,
 "executionDetails": {
  "status": "Succeeded",
  "messages": "",
  "gpJobId": "j8aa8fbf4695d4ffc9a6b39d10423e07d",
  "gpUrl": "https://localhost:6443/arcgis/rest/services/ExecuteBatchJob/GPServer/ExecuteBatchJob",
  "startTimeUtc": 1325195735000,
  "finishTimeUtc": 1325195762000
 }
}

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