Session Variables

The list of variables that we would like to store when a new Web User Session is created.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Body Params
string
required
length between 1 and 64

The SessionVariableId is a primary key field in the SessionVariable table, designated to uniquely identify each session variable entry. It is of data type nvarchar and allows a maximum length of 64 characters. This ensures that each identifier can accommodate a variety of alphanumeric formats, supporting a diverse range of session variable naming conventions while maintaining database integrity through its uniqueness constraint.

string | null

This field stores textual data as a variable-length string, allowing for up to 512 characters. It is designed to hold descriptions or metadata related to session variables, providing flexibility in content while ensuring that the length does not exceed the specified limit. This datatype supports various characters, making it suitable for a diverse range of applications.

string | null

Miscellaneous notes and information for the entry or record.

Headers
string
enum
Defaults to application/json;odata.metadata=minimal;odata.streaming=true

Generated from available request content types

Response
200

OK

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!