Skip To Content
ArcGIS Developer
Dashboard

GP Input

  • URL: https://<catalog-url>/<serviceName>/GPServer/<taskname>/jobs/<job-id>/inputs/<param-name>
  • Version Introduced:10.9.1

Description

The GP inputs resource represents an input parameter for a GP job. It provides information about the input parameter such as its name, data type, and value. The value is the most important piece of information provided by this resource.

The information provided by each input parameter is identical to the information provided by theresult parameter resource. Based on the data type of the parameter, the values provide different types of information. Consequently, the values will have different structures based on the data type. Details about values for every data type are included with the result parameter resource.

Request parameters

ParameterDetails
f

Description: The response format. The default response format is html.

Values: html | json

JSON Response syntax


            {"paramName" : "<paramName>","dataType" : "<dataType>","value" : <valueLiteralOrObject>}

JSON Response example


            {"paramName" : "Input_String","dataType" : "GPString","value" : "TestString"}