{ "name": "LocationTool", "displayName": "LocationTool", "description": "This service provides location information at a provided x, y map location.", "category": "", "helpUrl": "https://timsdev.cultivategeospatial.com/server/rest/directories/arcgisoutput/LocationToolFoo_GPServer/LocationToolFoo/LocationTool.htm", "executionType": "esriExecutionTypeSynchronous", "parameters": [ { "name": "x", "dataType": "GPDouble", "displayName": "X", "description": "x", "direction": "esriGPParameterDirectionInput", "defaultValue": -9239654.409375347, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "y", "dataType": "GPDouble", "displayName": "Y", "description": "y", "direction": "esriGPParameterDirectionInput", "defaultValue": 4870165.677487209, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "wkid", "dataType": "GPLong", "displayName": "WKID", "description": "wkid", "direction": "esriGPParameterDirectionInput", "defaultValue": 3857, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "results", "dataType": "GPString", "displayName": "Results", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }