Get Saved Sessions
/api/v1/Session/List
– Get all saved sessions
/api/v1/Session/List
– Get all saved sessionsDescription: List all saved sessions and its creation and update date.
Method: GET
Parameters: No parameters required.
Response:
StoredSession: Array of active sessions with the following fields:
label: Session label.
createdOn: Date and time when the session was started.
lastUpdate: Date and time when the session was updated.
Last updated