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": "67176c96-6d14-4696-9dfc-59dfcc1776f5",
"connection_id": "98efbd48-3703-4019-8a13-79827063d6dc",
"clients": [
{
"client_id": "d8cd07a8-2466-48b0-ae99-6e9e252caf04",
"connection_id": "d1599f83-caa6-4737-b6e2-fd80059a708a"
}
]
},
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json"
}

Hierarchy

Index

Properties

clients: Client[]
connection_id: string
session_id: string