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": "ea7fb568-10e9-4549-a958-523ca0a94537",
"connection_id": "d878412a-ace4-4eea-b7e1-9d12c715e8b9",
"clients": [
{
"client_id": "91f89100-8d44-4135-919f-d5862168fe14",
"connection_id": "824c6358-89a0-4c5b-98e9-d967c396ab2a"
}
]
},
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json"
}

Hierarchy

Index

Properties

clients: Client[]
connection_id: string
session_id: string