v_ Session Overview

The SessionOverview table in the Unknown package allows users to monitor open sessions by storing detailed information related to each session. The table contains columns for the session start time, the last time the session was updated, the module in which the session belongs, the user associated with the session, and an indicator for whether the session is active or expired. This table is helpful for monitoring open sessions and is a valuable source of data for reporting.

Body Params
string
required
length between 1 and 10

SessionTypeId is a data field for the SessionOverview table, and is of type varchar with a maximum length of 13. It holds a unique identifier for the different types of session available.

int32 | null

SessionCount is an integer field in the SessionOverview table which tracks the number of sessions associated with a given record.

string | null

The Url field in the SessionOverview table is a varchar data type with a max length of 33. It stores a website url related to the session recorded in the associated row.

Response
200

OK

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