Check status of report content

head/reports/{reportId}/content

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

Request Samples

1

Response Samples

1Not Available

Path Parameters

NameTypeRequiredDescription
reportId
string<object-id>
true

Report id for this operation.

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 resource.

Headers
404Not Found

Report or report content does not exist.