REST API: SQL Reports

Methods


TypeVer.Command parameterParameters
Getters
GET4.1sp2+ getSqlReportsTree
Example of success:

GET4.1sp2+ getSqlReportForm
Example of success:

GET4.1sp2+ getSqlReportDetails sqlReportId=<id>
Example of success:

GET4.1sp2+ getSqlReportDetailsRevision sqlReportId=<id>
revision=<revision>
Example of success:

GET4.1sp2+ getSqlReportRevisions sqlReportId=<id>
Example of success:

GET4.1sp2+ getSqlReportChanges sqlReportId=<id>
Example of success:

Setters
POST4.1sp2+createSqlReport parentFolderId=<id>
Content of the form with values
(see getSqlReportForm)
must be passed in the request's body
as multi-part.
Example of success:

POST4.1sp2+updateSqlReportDetails Content of the form with values
(see getSqlReportDetails)
must be passed in the request's body
as multi-part.
Example of success:

Example of failure:
POST4.1sp2+moveSqlReports sqlReportIds=<id, id, ...>
destParentFolderId=<id>
Example of success:

POST4.1sp2+deleteSqlReports sqlReportIds=<id, id, ...>
Example of success:

Example of failure: