Options
All
  • Public
  • Public/Protected
  • All
Menu

SessionCheck

Sends a list of all the sessions currently authorized for use.

Note 💡 Ensure the number-like property values are sent as strings when sent and are enclosed in quotes ""

notexported

See type declaration

endpoint

/session_list

protocol

wss | https

response

Response to SessionCheck.

From ./dist/samples/json/server/session.json

{
"0": {
"session_id": "66dedcd5-20a2-4704-a3c8-729a1c09d71b",
"connection_id": "a1f514bb-ed31-4534-b1bd-a0c57b821953",
"clients": [
{
"client_id": "d5e43290-5585-40eb-9ea6-15b55cbe6022",
"connection_id": "fa01d0a1-dced-4876-8aad-f57b567a9d50"
}
]
},
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json"
}

Hierarchy

Index

Properties

clients: Client[]
connection_id: string
session_id: string