Skip To Content
ArcGIS Developer
Dashboard

Submit GP Job

  • URL: https://<catalog-url>/<serviceName>/GPServer/<taskname>/submitJob
  • Version Introduced:10.9.1

Description

The submitJob operation is performed on an asynchronous GP task resource. The result of this operation is aGP job resource. You can provide arguments to the submitJob operation as query parameters defined in the parameters table below.

Request parameters

ParameterDetails
f

Description: The response format. The default response format is html. Support for f=amf was added at 10.0 and removed at 10.7. Support for f=geojson was added at 10.5.

Values: html | json | kmz | geojson

<gpParameter1>, <gpParameter2>, ...

Description: The input parameters accepted by the corresponding GP task. These parameters are listed in the parameters property of the JSON representation associated with the GP task resource.

The valid values for the input parameters are dependent on the data type of the parameter. These values are described in more detail in Submit GP Job.

Input parameters

To learn more about the syntax and examples of supported input, see Geoprocessing service data types.

JSON Response syntax and example

See the JSON Response syntax and examples for the GP Input resource.