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
Create a Report Template
Method: post
Path: /report/v1/ReportTemplates
Delete a Report Template
Method: delete
Path: /report/v1/ReportTemplates/{id}
Get a Report Template
Method: get
Path: /report/v1/ReportTemplates/{id}
HTTP Options
Method: options
Path: /report/v1/ReportTemplates
Replace a Report Template
Method: put
Path: /report/v1/ReportTemplates/{id}
Search Report Templates
Method: get
Path: /report/v1/ReportTemplates
Update a Report Template
Method: patch
Path: /report/v1/ReportTemplates/{id}