Get Saved Sessions

/api/v1/Session/List Get all saved sessions

Description: 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