Check report state content status

head/reports/{reportId}/states/{stateId}/content
Internal-Use Only

Returns the headers for a report state content, 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.

stateId
string<object-id>
true

Report state id to check.

Header Parameters

NameTypeRequiredDescription
Accept-Language
string
false

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

If-Modified-Since
string
false

Optional modifiedTimeStamp of the resource. On a match, 304 (not modified) is returned.

If-None-Match
string
false

Optional ETag. On a match, 304 (not modified) is returned.

Responses

StatusMeaningDescription
200OKCheck status operation was successful.Headers
304Not ModifiedThe caller has the most current object.Headers
404Not FoundReport, report state or their content does not exist.