Check report state status

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

Returns the headers for a report state, including ETag. stateId can also be a special string '@currentUserState' which is the report state id of the current user.

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.

Responses

StatusMeaningDescription
200OK

Check status was successful.

Headers
404Not Found

Report or report state does not exist.