Check report content elements status

head/reports/{reportId}/content/elements
Internal-Use Only

Returns the headers for a report content elements, including ETag. See Conditional Operations.

Request Samples

1

Response Samples

1No example avaliable

Path Parameters

NameTypeRequiredDescription
reportId
string<object-id>
true

Report id for this operation.

Query Parameters

NameTypeRequiredDescription
characteristics
string
false

A '|' (bar) separated list of characteristics of elements to return. A characteristic is a set of attributes of an element. An element has only one type but it can have many characteristics. If no characteristic is specified, then all elements are returned. Valid values are visualElement, dataSource, and visualElementsBySection

Header Parameters

NameTypeRequiredDescription
Accept-Item
string
false

Optional header. If omitted, items of application/vnd.sas.report.content.element+json type are returned.

Allowed values:
application/vnd.sas.report.content.element+jsonapplication/vnd.sas.report.content.element+json;version=1application/vnd.sas.report.content.element+json;version=2
Default:
application/vnd.sas.report.content.element+json;version=2
Accept-Language
string
false

Optional header. If present, the locale it represents is used in processing, sorting, and filtering.

Responses

StatusMeaningDescription
200OKCheck status operation was successful.Headers
404Not FoundThe report or report content does not exist.