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 ""
See type declaration
/session_list
wss | https
Response to SessionCheck.
From ./dist/samples/json/server/session.json
{ "0": { "session_id": "6e383dec-c9b4-4521-93c1-d829178b2ff4", "connection_id": "70aa4f4d-09e6-4818-be88-837d97fcea98", "clients": [ { "client_id": "0b7bfa42-d695-4be4-a49a-e32261c7372e", "connection_id": "9c8fc7c4-45a4-40b7-83af-ec0aa9699cd2" } ] }, "$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json"}
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 ""
See type declaration
/session_list
wss | https
Response to SessionCheck.
From ./dist/samples/json/server/session.json