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": "34f9d08a-97dc-44e4-9dae-7918cd959532", "connection_id": "98b8f047-e2b7-4b33-a385-46e85c493e9e", "clients": [ { "client_id": "d12c42c7-5f33-4918-bee3-8ccc31ec041c", "connection_id": "e54106e5-eaaa-471c-a55a-3f695a05a84b" } ] }, "$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