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": "0080afec-3588-4435-b817-cb5728220e03",
"connection_id": "01a593a5-9f6e-443a-b8d3-f6562e53b736",
"clients": [
{
"client_id": "56cc4dd8-3d0d-4ffc-bdba-e0789fce959a",
"connection_id": "4faf9aa8-cb49-4979-bba7-8ec020d2a83e"
}
]
},
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json"
}

Hierarchy

Index

Properties

clients: Client[]
connection_id: string
session_id: string