Report Templates REST Endpoints
Reports/Report Templates
Use this endpoint to manage report templates, which are the source for generating a report. This REST API is SCIM compliant.
Added In Release: 17.4.6
Added In Release: 17.4.6
- Create a Report Template
 - Method: postPath:
/report/v1/ReportTemplates - Delete a Report Template
 - Method: deletePath:
/report/v1/ReportTemplates/{id} - Get a Report Template
 - Method: getPath:
/report/v1/ReportTemplates/{id} - HTTP Options
 - Method:Path:
/report/v1/ReportTemplates - Replace a Report Template
 - Method: putPath:
/report/v1/ReportTemplates/{id} - Search Report Templates
 - Method: getPath:
/report/v1/ReportTemplates - Update a Report Template
 - Method: patchPath:
/report/v1/ReportTemplates/{id}