{ "name": "ExportWebMap", "displayName": "ExportWebMap", "description": "Export a PDF or image of a map represented in Web Map JSON", "category": "", "helpUrl": "https://gisservices.information.qld.gov.au/arcgis/rest/directories/arcgisoutput/LAMP/PrintingTools_GPServer/LAMP_PrintingTools/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 to be exported as it appears in the web application. See the ExportWebMap specification to understand how this text should be formatted. The ArcGIS web APIs (for JavaScript, Flex, Silverlight, and so on) allow developers to easily get this JSON string from the map.", "direction": "esriGPParameterDirectionInput", "defaultValue": {}, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Format", "dataType": "GPString", "displayName": "Format", "description": "The format in which the map image for printing will be delivered.", "direction": "esriGPParameterDirectionInput", "defaultValue": "PDF", "parameterType": "esriGPParameterTypeOptional", "category": "", "choiceList": [ "PDF", "PNG" ] }, { "name": "Layout_Template", "dataType": "GPString", "displayName": "Layout_Template", "description": "A name of a template from the list.", "direction": "esriGPParameterDirectionInput", "defaultValue": "A3_Landscape", "parameterType": "esriGPParameterTypeOptional", "category": "", "choiceList": [ "A3_Landscape", "A3_Portrait", "A4_Landscape", "A4_Portrait" ] }, { "name": "Server_Token", "dataType": "GPString", "displayName": "Server_Token", "description": "Deprecated, this parameter is ignored.", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "Output_File", "dataType": "GPDataFile", "displayName": "Output_File", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }