{ "name": "PrintPopups", "displayName": "PrintPopups", "description": "", "category": "", "helpUrl": "https://www.valorgis.com/arcgis/rest/directories/arcgisoutput/Stormwater/PrintPopupsScript_GPServer/Stormwater_PrintPopupsScript/PrintPopups.htm", "executionType": "esriExecutionTypeSynchronous", "parameters": [ { "name": "Web_Map_as_JSON", "dataType": "GPString", "displayName": "Web_Map_as_JSON", "description": "passing the web map", "direction": "esriGPParameterDirectionInput", "defaultValue": " ", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "Format", "dataType": "GPString", "displayName": "Format", "description": "pdf or png", "direction": "esriGPParameterDirectionInput", "defaultValue": "PDF", "parameterType": "esriGPParameterTypeOptional", "category": "", "choiceList": [ "PDF", "PNG" ] }, { "name": "Layout_Template", "dataType": "GPString", "displayName": "Layout_Template", "description": "posting layout template", "direction": "esriGPParameterDirectionInput", "defaultValue": "A4 Landscape", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "Output_File", "dataType": "GPDataFile", "displayName": "Output_File", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }