{ "name": "GPReport", "displayName": "GPReport", "description": "ArcPy Mapping reports for multiple geographies.", "category": "", "helpUrl": "https://AZ-GIS-SERV03.TPL.ORG:6443/arcgis/rest/directories/arcgisoutput/Geoprocessing/SmartSurfaces_GPReport_GPServer/Geoprocessing_SmartSurfaces_GPReport/GPReport.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "REPORT_TYPE", "dataType": "GPString", "displayName": "REPORT_TYPE", "description": "Enter the string for the report type. Possible choices: TRACT.", "direction": "esriGPParameterDirectionInput", "defaultValue": "TRACT", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "REPORT_QRY_STR", "dataType": "GPString", "displayName": "REPORT_QRY_STR", "description": "Enter a valid query string for the type of report, this requires knowledge of the report layer. This is an example for Census Tracts \"GeoID_core IN ('48029171200','48029171301')\".", "direction": "esriGPParameterDirectionInput", "defaultValue": "GeoID_core IN ('04013421002','04013421502','04013421701','04013421902','04013422103','04013422106')", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "OUTPUT_FILE", "dataType": "GPDataFile", "displayName": "OUTPUT_FILE", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }