Determine whether a variable exists in a session

head/sessions/{sessionId}/variables/{variableName}

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

Request Samples

1

Response Samples

1Not Available

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
200OK

The request succeeded.

Headers
400Bad Request

The request was invalid.

404Not Found

The variable does not exist at the requested path.