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": "cf59b5ef-af5c-484d-b7d7-c54c9478d5ba",
"connection_id": "a796fe2b-a790-4ac4-955e-c21c7a5b0d02",
"clients": [
{
"client_id": "16725f13-ea2d-43f0-ab19-4871616c8587",
"connection_id": "524c88d1-747c-42ce-8a58-2db6522c2fd4"
}
]
},
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json"
}

Hierarchy

Index

Properties

clients: Client[]
connection_id: string
session_id: string