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": "0080afec-3588-4435-b817-cb5728220e03", "connection_id": "01a593a5-9f6e-443a-b8d3-f6562e53b736", "clients": [ { "client_id": "56cc4dd8-3d0d-4ffc-bdba-e0789fce959a", "connection_id": "4faf9aa8-cb49-4979-bba7-8ec020d2a83e" } ] }, "$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