- URL:https://Map Service Job/inputs/<param-name>
- Version Introduced:10.2.1
Description
The Map Service input resource represents an input parameter for a Map Service 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.
Response properties
Property | Details |
---|---|
PARAMETER | Description |
Example usage
https://myserver.mydomain.com/arcgis/rest/services/World_soils/MapServer/estimateExportTilesSize/jobs/j38a906aeee7d435f8db4e61d72c20829/inputs/levels
JSON Response syntax
{"paramName" : "<paramName>","dataType" : "<dataType>","value" : <valueLiteralOrObject>}