{ "name": "ReturnImageUrl", "displayName": "ReturnImageUrl", "description": "Test to see if we can input an image objectid, return the proper url to download the image file from the orthimagery aggrgate", "category": "", "helpUrl": "https://gistest.maine.gov/arcgis/rest/directories/arcgisoutput/ReturnImageUrl2_GPServer/ReturnImageUrl2/ReturnImageUrl.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "rasterID", "dataType": "GPString", "displayName": "rasterID", "description": "The ObjectId value of the desired image tile to download", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "DownloadUrl", "dataType": "GPString", "displayName": "DownloadUrl", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }