Get persisted report content version

get/reports/{reportId}/content/version
Internal-Use Only

Returns the persisted report content version.

Request Samples

1

Response Samples

1{
2 "schema": "4.3.0",
3 "mediaType": 8,
4 "version": 1
5}

Path Parameters

NameTypeRequiredDescription
reportId
string<object-id>
true

Report id for this operation.

Responses

StatusMeaningDescription
200OKThe persisted report content version.Schema
404Not FoundReport, report content does not exist, or, the content version cannot be determined.Schema