Check variable availability for a session

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

Determines whether it is possible to get variables for a session.

Request Samples

1

Response Samples

1No example avaliable

Path Parameters

NameTypeRequiredDescription
sessionId
string<object-id>
true

Specifies the ID of the session.

Query Parameters

NameTypeRequiredDescription
filter
string<filter-criteria>
false

Specifies the filter criteria for returned context definitions.

limit
integer
false

Specifies the maximum number of variables to return in a page. The default value is "50".

start
integer
false

Specifies the offset of the first variable to return. The default value is "0".

Responses

StatusMeaningDescription
200OKThe request succeeded.Headers
400Bad RequestThe request was invalid.
404Not FoundNo resource exists at the requested path.