Check report state content status

head/reports/{reportId}/states/{stateId}/content

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

Request Samples

1

Response Samples

1Not Available

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
200OK

Check status operation was successful.

Headers
304Not Modified

The caller has the most current object.

Headers
404Not Found

Report, report state or their content does not exist.