{ "name": "GetReportTemplatesInfo", "displayName": "Get Report Templates Info", "description": "Returns the content of report files and templates in JSON format. Report files (.rptx) and report templates (.rptt) are used to store report definitions.", "category": "", "helpUrl": "https://gis.audubon.org/arcgisweb/rest/directories/arcgisoutput/AGL_CEST_webtoolV1_GPServer/AGL_CEST_webtoolV1/GetReportTemplatesInfo.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "Output_JSON", "dataType": "GPString", "displayName": "JSON String", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeDerived", "category": "" }, { "name": "Report_Item_ID", "dataType": "GPString", "displayName": "Report Item ID", "description": "The portal ID (in JSON format) of the report item that will be used for the templates. Use the format {\"id\": \"\"}.", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" } ] }