{ "name": "ExportWebMap", "displayName": "Export Web Map", "description": "Returns a printable page layout or basic map of a specified area of interest based on the state of a web app (for example, included services, layer visibility settings, and client-side graphics).", "category": "", "helpUrl": "https://gems.lm.doe.gov/arcgis/rest/directories/arcgisoutput/Reports_GPServer/Reports/ExportWebMap.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "Web_Map_as_JSON", "dataType": "GPString", "displayName": "Web Map as JSON", "description": "A JSON representation of the state of the map that will be exported as it appears in the web app. See the ExportWebMap specification to understand how to format this text. Use ArcGIS API for JavaScript to get this JSON string from the map.", "direction": "esriGPParameterDirectionInput", "defaultValue": "# ", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Output_File", "dataType": "GPDataFile", "displayName": "Output File", "description": "The output file name. The extension of the file depends on the Format parameter value.", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Layout_Item_ID", "dataType": "GPString", "displayName": "Layout Item ID", "description": "Not used", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "Report_Template", "dataType": "GPString", "displayName": "Report Template", "description": "The name of the report template.When this parameter value is provided, the Format parameter must be set to Portable Document Format (PDF). When no value is provided, the output file will not contain any reports.", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "", "choiceList": [ "Air Particulate by Analyte", "Fauna Biota Data by Location", "Gas Chemistry by Analyte", "Gas Chemistry by Location", "Groundwater Quality by Analyte", "Groundwater Quality by Location", "Natural Gas Well Water by Analyte", "Natural Gas Well Water by Location", "Sediment Chemistry by Location", "Static Water Levels", "Surface Water Quality by Analyte with Duration", "Surface Water Quality by Analyte", "Surface Water Quality by Location", "Treatment System by Analyte", "Treatment System by Location", "Vegetation Chemistry by Location" ] }, { "name": "Report_Item_ID", "dataType": "GPString", "displayName": "Report Item ID", "description": "Not used.", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" } ] }