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": "4b37393f-f9d8-4098-b27b-5ab1a9c60872",
"connection_id": "4878b596-cb4a-4466-bbfa-17e50477b40d",
"clients": [
{
"client_id": "d4a51223-3f3e-459d-b0db-2e37e6fc76e5",
"connection_id": "9596c566-b9b8-41e9-b98a-7617305cf536"
}
]
},
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json"
}

Hierarchy

Index

Properties

clients: Client[]
connection_id: string
session_id: string