Determine whether a variable exists in a session

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

Determines whether the requested variable exists for a session and obtains the header information for the variable.

Request Samples

1

Response Samples

1No example avaliable

Path Parameters

NameTypeRequiredDescription
sessionId
string<object-id>
true

Specifies the ID of the session.

variableName
string
true

Specifies the name of the variable to retrieve.

Responses

StatusMeaningDescription
200OKThe request succeeded.Headers
400Bad RequestThe request was invalid.
404Not FoundThe variable does not exist at the requested path.