{ "name": "ExportLayer", "displayName": "ExportLayer", "description": "Exports data from the map viewer to a specified output type.", "category": "", "helpUrl": "https://arcgisserver.maine.gov/arcgis/rest/directories/arcgisoutput/mdot/Export_GPServer/mdot_Export/ExportLayer.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "layerids", "dataType": "GPString", "displayName": "Layer IDs", "description": "Layer IDs", "direction": "esriGPParameterDirectionInput", "defaultValue": "0", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "name", "dataType": "GPString", "displayName": "Output Name", "description": "Output Name", "direction": "esriGPParameterDirectionInput", "defaultValue": "Test", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "type", "dataType": "GPString", "displayName": "Output Type", "description": "Output Type", "direction": "esriGPParameterDirectionInput", "defaultValue": "Excel", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "Excel", "Shapefile", "KML" ] }, { "name": "where", "dataType": "GPString", "displayName": "Where", "description": "Where", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "extent_as_json", "dataType": "GPString", "displayName": "Extent as JSON", "description": "Extent as JSON", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "file", "dataType": "GPDataFile", "displayName": "File", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }