Get an option by name

get/sessions/{sessionId}/options/{optionName}

Returns the value of the option as a plain text value.

Request Samples

1

Response Samples

12147483648

Path Parameters

NameTypeRequiredDescription
optionName
string
true

Specifies the name of the requested option.

sessionId
string<object-id>
true

Specifies the ID of the session.

Responses

StatusMeaningDescription
200OK

The request succeeded.

HeadersSchema
400Bad Request

The request was invalid.

Schema
404Not Found

No such option name exists at the requested path.

Schema