Check state availability

head/sessions/{sessionId}/state
Internal-Use Only

Determines whether the state endpoint is available.

Request Samples

1

Response Samples

1No example avaliable

Path Parameters

NameTypeRequiredDescription
sessionId
string<object-id>
true

Specifies the ID of the session whose state endpoint you are checking.

Query Parameters

NameTypeRequiredDescription
wait
integer
false

Specifies the request time-out, in seconds. This parameter is ignored unless it is specified in combination with the If-None-Match header. If the state of the resource remains unchanged until the specified number of seconds has elapsed, then a status of 304 is returned. The request determines whether the current state matches the state when the ETag was specified via the If-None-Match header. If the state differs within the specified time period, then the new state is returned.

Header Parameters

NameTypeRequiredDescription
If-None-Match
string
false

Specifies the ETag that is associated with a value of the session state.

Responses

StatusMeaningDescription
200OKThe request succeeded.Headers
304Not ModifiedThe session state has not changed since the request was issued using the ETag that is specified in the `If-None-Match` header.
404Not FoundNo resource exists at the requested path.