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": "b5d24277-1a5f-4acc-8253-61295efc17c0",
"connection_id": "5d4042bb-552b-4861-a813-72b230d18a7f",
"clients": [
{
"client_id": "4f5fb7d6-5fef-46ad-a8e3-9d50a781f198",
"connection_id": "cb694807-10f9-483b-8586-c564ffe3d70c"
}
]
},
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json"
}

Hierarchy

Index

Properties

clients: Client[]
connection_id: string
session_id: string