Edit Job

URL:
https:///<BatchValidation-url>/scheduledJobs/<jobId>/editJob
Methods:
GET
Required Capability:
Data Reviewer Server
Version Introduced:
10.1

Description

A REST resource that changes job properties for an existing scheduled job. The sessionId value in the batchValidationSettings parameter must be in full string format: Session 1 : Session 1.

Request parameters

ParameterDetails

batchValidationSettings

JSON object with name/value pairs

Values: {"sessionId":"<reviewer_session_id>","batchJobFileItemId":"<upload itemId>","productionWorkspace":"<path to production workspace>","productionWorkspaceVersion":"<name of version>","analysisArea":<JSON polygon>,"changedFeaturesOnly":true|false}

schedule

A cron string indicating time and date of execution.

Values: Seconds, minutes, hours, day-of-month, month, day-of-week, year. A cron schedule of 0 30 10 * * ? executes the job every day at 10:30 UTC.

f

The response format. The default response format is html.

Values: html | json

Example usage

Change job f4309363-c334-45ac-936a-fcb9181bf0a7 to run on Reviewer session "Session 2 : Session 2."

1
https://localhost:6443/arcgis/rest/services/reviewer/MapServer/exts/DataReviewerServer/BatchValidation/scheduledJobs/f4309363-c334-45ac-936a-fcb9181bf0a7/editJob?batchValidationSettings={"sessionId":"Session 2 : Session 2"}&schedule=&f=pjson

JSON Response example

1
2
3
{
  "edited": true
}

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

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close