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": "4b37393f-f9d8-4098-b27b-5ab1a9c60872", "connection_id": "4878b596-cb4a-4466-bbfa-17e50477b40d", "clients": [ { "client_id": "d4a51223-3f3e-459d-b0db-2e37e6fc76e5", "connection_id": "9596c566-b9b8-41e9-b98a-7617305cf536" } ] }, "$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