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": "270fd99e-0b43-46ac-970e-f7359fe88797",
"connection_id": "2dab96bf-840b-422a-8c23-e7e764c511b3",
"clients": [
{
"client_id": "079fd21b-4497-47e1-897e-5a8c5768b1f7",
"connection_id": "7267d980-2a1b-48be-8d8e-ce126ffe1bc7"
}
]
},
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json"
}

Hierarchy

Index

Properties

clients: Client[]
connection_id: string
session_id: string