GP Input

URL:
https://<catalog-url>/<serviceName>/GPServer/<taskname>/jobs/<job-id>/inputs/<param-name>
Methods:
GET
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 the result 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

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

JSON Response example

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

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