{ "name": "aqmadownloadv2", "displayName": "get_download_url", "description": "This API takes as input the download file type and returns the URL to hit to get the download file", "category": "", "helpUrl": "https://ukair.maps.rcdo.co.uk/ukairserver/rest/directories/arcgisoutput/geotools/aqma_download_v2_GPServer/geotools_aqma_download_v2/aqmadownloadv2.htm", "executionType": "esriExecutionTypeSynchronous", "parameters": [ { "name": "file_type", "dataType": "GPString", "displayName": "file_type", "description": "It can be ShapeFile or FileGeodatabase", "direction": "esriGPParameterDirectionInput", "defaultValue": "ShaFile", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "jsonfile", "dataType": "GPString", "displayName": "jsonfile", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }