{ "name": "SummaryReportMap", "displayName": "SummaryReportMap", "description": "Generate a map of a all of the features for the given project id.", "category": "", "helpUrl": "http://wrimaps.utah.gov/arcgis/rest/directories/arcgisoutput/WRI/Toolbox_GPServer/WRI_Toolbox/SummaryReportMap.htm", "executionType": "esriExecutionTypeSynchronous", "parameters": [ { "name": "projectId", "dataType": "GPString", "displayName": "projectId", "description": "The project id number.", "direction": "esriGPParameterDirectionInput", "defaultValue": "3121", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "width", "dataType": "GPLong", "displayName": "width", "description": "width, in pixels, of the output image", "direction": "esriGPParameterDirectionInput", "defaultValue": 100, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "height", "dataType": "GPLong", "displayName": "height", "description": "height (in pixels) of the output image", "direction": "esriGPParameterDirectionInput", "defaultValue": 100, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "imageFile", "dataType": "GPDataFile", "displayName": "imageFile", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }