Check report state content status
head/reports/{reportId}/states/{stateId}/content
Returns the headers for a report state content, including ETag
. See Conditional Operations
.
Name | Type | Required | Description |
---|---|---|---|
reportId | string<object-id> | true | Report id for this operation. |
stateId | string<object-id> | true | Report state id to check. |
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 object. | Headers | |
404 | Not Found | Report, report state or their content does not exist. |