Check status of report content
head/reports/{reportId}/content
Returns the headers for report content, including the ETag. See Conditional Operations.
| Name | Type | Required | Description |
|---|---|---|---|
reportId | string<object-id> | true | Report id for this operation. |
| Name | Type | Required | Description |
|---|---|---|---|
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 |
If-None-Match | string | false | Optional ETag. On a match, 304 (not modified) is returned. |
| Status | Meaning | Description | ||
|---|---|---|---|---|
| 200 | OK | Check status operation was successful. | Headers | |
| 304 | Not Modified | The caller has the most current resource. | Headers | |
| 404 | Not Found | Report or report content does not exist. |