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": "67f1d7d9-d376-4912-aef0-810e763b8d3c",
"connection_id": "4f5dc05d-cd39-4ffe-aa56-242734cbd335",
"clients": [
{
"client_id": "cefe9343-11b1-4255-856d-e042a213e577",
"connection_id": "fec774df-be5b-4156-916e-f6930d08a586"
}
]
},
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json"
}

Hierarchy

Index

Properties

clients: Client[]
connection_id: string
session_id: string