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": "7f88c16a-4200-4a9f-85fc-91b77daab552",
"connection_id": "8c1d6932-8392-456a-a29c-42252c41d46c",
"clients": [
{
"client_id": "85b91107-14bd-4b95-a3f9-4db326c831cd",
"connection_id": "00b2c6fd-e8c0-4588-92bb-07ed7535b964"
}
]
},
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json"
}

Hierarchy

Index

Properties

clients: Client[]
connection_id: string
session_id: string