{ "name": "MultiReport", "displayName": "MultiReport", "description": "Geoprocessing tool for generating PDF reports for the Texas Healthy Parks Plan project.", "category": "", "helpUrl": "https://server6.tplgis.org/arcgis6/rest/directories/arcgisoutput/Central/Texas_Healthy_Parks_MultiReport_GPServer/Central_Texas_Healthy_Parks_MultiReport/MultiReport.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "REPORT_TYPE", "dataType": "GPString", "displayName": "REPORT_TYPE", "description": "String that represents the report to be built; COMMUNITY", "direction": "esriGPParameterDirectionInput", "defaultValue": "COMMUNITY", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "PARCEL_OIDS", "dataType": "GPString", "displayName": "PARCEL_OIDS", "description": "Comma separated list of objectids", "direction": "esriGPParameterDirectionInput", "defaultValue": "763", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "OUTPUT_PDF", "dataType": "GPDataFile", "displayName": "OUTPUT_PDF", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }