Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 5.99 KB

File metadata and controls

21 lines (18 loc) · 5.99 KB

Session

Fields

Field Type Required Description
object SessionObject ✔️ String representing the object's type. Objects of the same type share the same value.
id String ✔️ N/A
userId String ✔️ N/A
clientId String ✔️ N/A
actor JsonNullable<Actor> N/A
status Status ✔️ N/A
lastActiveOrganizationId JsonNullable<String> N/A
lastActiveAt long ✔️ N/A
latestActivity JsonNullable<SessionActivityResponse> N/A
expireAt long ✔️ Unix timestamp of expiration.
abandonAt long ✔️ Unix timestamp of abandonment.
updatedAt long ✔️ Unix timestamp of last update.
createdAt long ✔️ Unix timestamp of creation.
tasks List<SessionTask> N/A