{ "name": "ExportWebMap", "displayName": "PrintMapWithSecured", "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://emapdev.ffm.vic.gov.au/arcgis/rest/directories/arcgisoutput/ExportWebMap_GPServer/ExportWebMap/ExportWebMap.htm", "executionType": "esriExecutionTypeSynchronous", "parameters": [ { "name": "Web_Map_as_JSON", "dataType": "GPString", "displayName": "Web Map as JSON", "description": "A JSON representation of the state of the map to be exported as it appears in the web app. See the ExportWebMap specification to understand how to format this text. ArcGIS API for JavaScript allows you to get this JSON string from the map.", "direction": "esriGPParameterDirectionInput", "defaultValue": "#", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Format", "dataType": "GPString", "displayName": "Format", "description": "Specifies the format in which the map image for printing will be delivered.PNG8\u20148-bit Portable Network Graphics (PNG8) will be used. This is the default.PDF\u2014Portable Document Format (PDF) will be used.PNG32\u201432-bit Portable Network Graphics (PNG32) will be used.JPG\u2014 Joint Photographic Experts Group (JPG) will be used.GIF\u2014 Graphics Interchange Format (GIF) will be used.EPS\u2014 Encapsulated PostScript (EPS) will be used.SVG\u2014Scalable Vector Graphics (SVG) will be used.SVGZ\u2014Compressed Scalable Vector Graphics (SVGZ) will be used.AIX\u2014Adobe Illustrator Exchange (AIX) will be used.TIFF\u2014Tag Image File Format (TIFF) will be used.", "direction": "esriGPParameterDirectionInput", "defaultValue": "PNG32", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "Layout_Template", "dataType": "GPString", "displayName": "Layout Template", "description": "The name of a template from the list or the keyword MAP_ONLY. When MAP_ONLY is used or an empty string is passed in, the output map will not contain any page layout elements such as title, legend, or scale bar.", "direction": "esriGPParameterDirectionInput", "defaultValue": "MAP_ONLY", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "env", "dataType": "GPString", "displayName": "env", "description": "dev | uat | prod | trn", "direction": "esriGPParameterDirectionInput", "defaultValue": "dev", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "outfilename", "dataType": "GPDataFile", "displayName": "outfilename", "description": "The output file name. The extension of the file depends on the Format parameter value.", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeRequired", "category": "" } ] }