Reports

Loading...
You can use the Reports API to create, read, and update reports. This API enables basic tasks such as moving or renaming reports, as well as editorial tasks such as reading, writing, and updating report content.

Report

The operations for the report resource.

ReportContent

The operations for the report content resource.
head
Check status of report content
Internal-Use OnlyReturns the headers for report content, including the ETag. See Conditional Operations.
/reports/{reportId}/content
get
Get report content
Internal-Use OnlyReturns the report content, including ETag. See Conditional Operations.
/reports/{reportId}/content
put
Save report content
Internal-Use OnlySaves the report content. Does not return the stored content. An ETag is not required for the initial save, but is required for all subsequent saves. In some situations, where an Accept type header is automatically generated, setting it to '*/*' will achieve the same effect as omitting it. See Conditional Operations.
/reports/{reportId}/content
put
Save and return report content
Internal-Use OnlyAn ETag is not required for the initial save, but is required for all subsequent saves. See Conditional Operations. A different response code is returned depending on whether the request is for the initial save or a subsequent save.
/reports/{reportId}/content
head
Check persisted report content version
Internal-Use OnlyReturns whether the persisted report content version exists
/reports/{reportId}/content/version
get
Get persisted report content version
Internal-Use OnlyReturns the persisted report content version.
/reports/{reportId}/content/version
post
Validate the persisted report content schema
Internal-Use OnlyValidates the report content against a schema. The schema specified in the report content is used for validation.
/reports/{reportId}/content/validation
get
Get available versions of report content
Internal-Use OnlyReturn all available versions of report content.
/versions
get
Get the default version of report content
Internal-Use OnlyReturn the current default versions of report content.
/versions/@defaultVersion
get
Get the report content version for the given semantic version
Internal-Use OnlyReturn the report content version for the given semantic version.
/versions/{semanticVersion}
head
Check report content elements status
Internal-Use OnlyReturns the headers for a report content elements, including ETag. See Conditional Operations.
/reports/{reportId}/content/elements
get
Get report content elements
Internal-Use OnlyReturns the collection of elements.
/reports/{reportId}/content/elements
post
Convert content from XML to JSON
Internal-Use OnlyReturns the converted report content.
/content
post
Convert content from JSON to XML
Internal-Use OnlyReturns the converted report content.
/content
post
Validate report content schema
Internal-Use OnlyValidates the report content against a schema. The schema specified in the report content is used for validation.
/content/validation

ReportState

The operations for the report state resource.

ReportStateContent

The operations for the report state content resource.