{ "name": "ReportingTool", "displayName": "Reporting_Tool", "description": "(null)", "category": "", "helpUrl": "https://damage.osceola.org/arcgis/rest/directories/arcgisoutput/ARM360/ReportingTool_GPServer/ARM360_ReportingTool/ReportingTool.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "Expression", "dataType": "GPString", "displayName": "Expression", "description": "A SQL Expression. The expression is an addition to the query used to narrow down the processed data while generating reports.", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "GeneratedDateTime", "dataType": "GPDate", "displayName": "GeneratedDateTime", "description": "The time and date of which a report is generated.", "direction": "esriGPParameterDirectionInput", "defaultValue": null, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "EndDateTime", "dataType": "GPDate", "displayName": "EndDateTime", "description": "The end date time is used to further narrow down processed data by including an ending point of which data will be queried while generating reports.", "direction": "esriGPParameterDirectionInput", "defaultValue": null, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "StartDateTime", "dataType": "GPDate", "displayName": "StartDateTime", "description": "The start date time is used to further narrow down processed data by including a starting point of which data will be queried while generating reports.", "direction": "esriGPParameterDirectionInput", "defaultValue": null, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "EventName", "dataType": "GPString", "displayName": "EventName", "description": "The event name that this report should fall under.", "direction": "esriGPParameterDirectionInput", "defaultValue": "All", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "AreaValue", "dataType": "GPString", "displayName": "AreaValue", "description": "The area that this report should fall under.", "direction": "esriGPParameterDirectionInput", "defaultValue": "All", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "AreaID", "dataType": "GPString", "displayName": "AreaID", "description": "The Unique ID of an area in the Search Areas table.", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "ReportID", "dataType": "GPString", "displayName": "ReportID", "description": "The report ID is a unique identifier that is configured on creation of a report template. It is used to identify a specific report template while generating reports.", "direction": "esriGPParameterDirectionInput", "defaultValue": "IDA", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "SelectedOID", "dataType": "GPLong", "displayName": "SelectedOID", "description": "This is only used in Single Assessment reports. This is the selected feature's OBJECTID value.", "direction": "esriGPParameterDirectionInput", "defaultValue": 2488, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "OutputString", "dataType": "GPString", "displayName": "OutputString", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }