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": "6e383dec-c9b4-4521-93c1-d829178b2ff4",
"connection_id": "70aa4f4d-09e6-4818-be88-837d97fcea98",
"clients": [
{
"client_id": "0b7bfa42-d695-4be4-a49a-e32261c7372e",
"connection_id": "9c8fc7c4-45a4-40b7-83af-ec0aa9699cd2"
}
]
},
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json"
}

Hierarchy

Index

Properties

clients: Client[]
connection_id: string
session_id: string