{ "displayName": "Get Layout Templates Info", "executionType": "esriExecutionTypeSynchronous", "name": "GetLayoutTemplatesInfo", "description": "Returns the content of layout templates in JSON format. Layout files (.pagx files) located in a folder are used as layout templates.", "helpUrl": "https://wgaportal.wga-llc.com/server/rest/directories/arcgisoutput/HtxAppLayout_ref_GPServer/HtxAppLayout_ref/GetLayoutTemplatesInfo.htm", "category": "", "parameters": [ { "parameterType": "esriGPParameterTypeDerived", "displayName": "JSON String", "defaultValue": "", "dataType": "GPString", "name": "Output_JSON", "description": "", "category": "", "direction": "esriGPParameterDirectionOutput" }, { "parameterType": "esriGPParameterTypeOptional", "displayName": "Layout Item ID", "defaultValue": "", "dataType": "GPString", "name": "Layout_Item_ID", "description": "The portal ID (in JSON format) of the layout item that will be used for templates. Use the format: {\"id\": \"\"}.", "category": "", "direction": "esriGPParameterDirectionInput" } ] }