Report Element URLs

This is a reference to the URLs available for working with elements of a report.

The URL must be used with the default base URL value: <webiURL>.

Action Method URL
Create a report element POST /documents/{documentId}/reports/{reportId}/elements
Custom properties: add a custom property to a report element POST /documents/{documentId}/reports/{reportId}/elements/{elementId}/properties
Custom properties: delete a custom property DELETE /documents/{documentId}/reports/{reportId}/elements/{elementId}/properties/{propertyKey}
Custom properties: get the custom property value GET /documents/{documentId}/reports/{reportId}/elements/{elementId}/properties/{propertyKey}
Custom properties: get the list of custom properties GET /documents/{documentId}/reports/{reportId}/elements/{elementId}/properties
Custom properties: update the custom property value PUT /documents/{documentId}/reports/{reportId}/elements/{elementId}/properties
Data filters: create a data filter POST /documents/{documentId}/reports/{reportId}/elements/{elementId}/datafilter
Data filters: delete the data filter DELETE /documents/{documentId}/reports/{reportId}/elements/{elementId}/datafilter
Data filters: get the data filters GET /documents/{documentId}/reports/{reportId}/elements/{elementId}/datafilter
Data filters: update a data filter PUT /documents/{documentId}/reports/{reportId}/elements/{elementId}/datafilter
Delete a report element DELETE /documents/{documentId}/reports/{reportId}/elements/{elementId}
Get the datapaths of a report element GET /documents/{documentId}/reports/{reportId}/elements/{elementId}/datapaths
Get the dataset of a report element GET /documents/{documentId}/reports/{reportId}/elements/{elementId}/dataset
Get the details of a report element GET /documents/{documentId}/reports/{reportId}/elements/{elementId}
Get the elements of a report GET /documents/{documentId}/reports/{reportId}/elements
Export an element of a report to various formats GET /documents/{documentId}/reports/{reportId}/elements/{elementId}
Rankings: create a ranking in a report element POST /documents/{documentId}/reports/{reportId}/elements/{elementId}/ranking
Rankings: delete the ranking of a report element DELETE /documents/{documentId}/reports/{reportId}/elements/{elementId}/ranking
Rankings: update the ranking of a report element PUT /documents/{documentId}/reports/{reportId}/elements/{elementId}/ranking
Table axes: remove the expressions from a table axis DELETE /documents/{documentId}/reports/{reportId}/elements/{elementId}/axes/{axisId}/expressions
Table axes: update the expressions of a table axis PUT /documents/{documentId}/reports/{reportId}/elements/{elementId}/axes/{axisId}/expressions
Table axes: remove the sortings from a table axis DELETE /documents/{documentId}/reports/{reportId}/elements/{elementId}/axes/{axisId}/sorts
Table axes: update the sortings of a table axis PUT /documents/{documentId}/reports/{reportId}/elements/{elementId}/axes/{axisId}/sorts
Table breaks: create a table break POST /documents/{documentId}/reports/{reportId}/elements/{elementId}/axes/{axisId}/breaks
Table breaks: delete a table break DELETE /documents/{documentId}/reports/{reportId}/elements/{elementId}/axes/{axisId}/breaks/{breakId}
Table breaks: update a table break PUT /documents/{documentId}/reports/{reportId}/elements/{elementId}/axes/{axisId}/breaks/{breakId}
Update a report element PUT /documents/{documentId}/reports/{reportId}/elements/{elementId}