{
 "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://timsdev.cultivategeospatial.com/server/rest/directories/arcgisoutput/Report_and_Layouts_GPServer/Report_and_Layouts/GetReportTemplatesInfo.htm",
 "executionType": "esriExecutionTypeSynchronous",
 "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": ""
  }
 ]
}