Check variable availability for a session
head/sessions/{sessionId}/variables
Determines whether it is possible to get variables for a session.
Name | Type | Required | Description |
---|---|---|---|
sessionId | string<object-id> | true | Specifies the ID of the session. |
Name | Type | Required | Description |
---|---|---|---|
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". |
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | The request succeeded. | Headers | |
400 | Bad Request | The request was invalid. | ||
404 | Not Found | No resource exists at the requested path. |