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": "34f9d08a-97dc-44e4-9dae-7918cd959532",
"connection_id": "98b8f047-e2b7-4b33-a385-46e85c493e9e",
"clients": [
{
"client_id": "d12c42c7-5f33-4918-bee3-8ccc31ec041c",
"connection_id": "e54106e5-eaaa-471c-a55a-3f695a05a84b"
}
]
},
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json"
}

Hierarchy

Index

Properties

clients: Client[]
connection_id: string
session_id: string