{ "name": "ControlPointsCSV", "displayName": "Control Points CSV", "description": "Export Control Points to CSV", "category": "", "helpUrl": "https://mapsuat.brampton.ca/arcgis/rest/directories/arcgisoutput/ACRIS/ControlPointsCSV_GPServer/ACRIS_ControlPointsCSV/ControlPointsCSV.htm", "executionType": "esriExecutionTypeSynchronous", "parameters": [ { "name": "type", "dataType": "GPString", "displayName": "type", "description": "the type of data being exported", "direction": "esriGPParameterDirectionInput", "defaultValue": "vertical", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "horizontal", "vertical" ] }, { "name": "monuments", "dataType": "GPRecordSet", "displayName": "monuments", "description": "monuments", "direction": "esriGPParameterDirectionInput", "defaultValue": { "displayFieldName": "", "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID" }, { "name": "ID", "type": "esriFieldTypeInteger", "alias": "ID" }, { "name": "POSITION", "type": "esriFieldTypeInteger", "alias": "POSITION" } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "Output_File", "dataType": "GPDataFile", "displayName": "Output_File", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }