{ "name": "CustomPrintTool1", "displayName": "CustomPrintTool 1", "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://arcweb1.ycpc.org/server/rest/directories/arcgisoutput/Printing/CustomPrintTool_Template_GPServer/Printing_CustomPrintTool_Template/CustomPrintTool1.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "Web_Map_as_JSON", "dataType": "GPString", "displayName": "Web Map as JSON", "description": "1", "direction": "esriGPParameterDirectionInput", "defaultValue": "#", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Output_File", "dataType": "GPDataFile", "displayName": "Output File", "description": "2", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Format", "dataType": "GPString", "displayName": "Format", "description": "3", "direction": "esriGPParameterDirectionInput", "defaultValue": "PDF", "parameterType": "esriGPParameterTypeOptional", "category": "", "choiceList": [ "PDF", "PNG32", "PNG8", "JPG", "GIF", "EPS", "SVG", "SVGZ", "AIX", "TIFF" ] }, { "name": "Layout_Template", "dataType": "GPString", "displayName": "Layout Template", "description": "4", "direction": "esriGPParameterDirectionInput", "defaultValue": "PropertyViewerExport", "parameterType": "esriGPParameterTypeOptional", "category": "", "choiceList": [ "Letter ANSI A Landscape", "Letter ANSI A Portrait", "PropertyViewerExport", "Tabloid ANSI B Landscape", "Tabloid ANSI B Portrait", "MAP_ONLY" ] }, { "name": "Layout_Item_ID", "dataType": "GPString", "displayName": "Layout_Item_ID", "description": "5", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" } ] }