Person Sessions

The PersonSession table stores records of sessions associated with a person. Each record contains details such as the person's ID, session ID, start time, end time, and any additional data related to the session. This table is part of the Unknown package, which is a comprehensive system for tracking and managing personal data.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
int32

This field is used to store the unique id of a group of person sessions in the PersonSession table. This number is used to differentiate between different groups of sessions in the table and can be used for sorting the session data.

int32 | null

SystemAccountId is an integer field in the PersonSession table that identifies which System Account each PersonSession is associated with.

int32 | null

SessionStartActionLogId is an integer data type field that stores the action log identifier of a user session start event in the PersonSession table. This log id will be used to track the user session activity for each person.

int32 | null

The SessionEndActionLogId is an int field in the PersonSession table which stores the unique identifier of the log action entry that corresponds to when the person's session ended.

date-time | null

SessionStartDateTime stores the date and time that the person's session began, represented in the datetime2 data type.

date-time | null

The SessionEndDateTime field in the PersonSession table contains a timestamp that marks the time at which a Person's session ended. This field uses the datetime2 data type to store the date and time with precision up to a fractional second.

date-time | null

The SessionStartDate field is a date data type and is part of the PersonSession table. This date specifies the start date for the specific session being tracked. This field should only contain valid dates.

date-time | null

SessionEndDate is a date data type field in the PersonSession table which represents the end date of a particular session for a person.

int32 | null

The ActionLogCount field in the PersonSession table is a primary key of data type int used to track the number of action logs associated to each session associated with a person.

string
required
length ≥ 1

The FirstName field in the PersonSession table is used to store the first name of a person as a string with variable maximum length (nvarchar) to store special characters.

string
required
length ≥ 1

The LastName field of data type nvarchar in the PersonSession table is for storing the last name of an individual whose session data is being tracked in the table.

int32 | null

SessionDurationInMinutes is an integer field in the PersonSession table that stores the amount of time, in minutes, that a person was active in a given session.

string
required
length ≥ 1

The SystemRoleName field of the PersonSession table is an nvarchar data type that holds the name of the system role assigned to the user.

int64 | null

The SessionDurationInMilliseconds field in the PersonSession table stores the duration of a person's session in milliseconds. It is a bigint data type to account for larger numbers that represent longer session durations. This data is typically used to calculate longer-term trends or other insights about a user's use of a given platform.

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!