API endpoint that allows whiteboard sessions to be viewed or edited.

GET /whiteboard_sessions/?format=api&ordering=rewards&page=425
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 4241,
    "next": null,
    "previous": "https://whiteboardapi.mywellnesshub.in/whiteboard_sessions/?format=api&ordering=rewards&page=424",
    "results": [
        {
            "id": 1045,
            "unique_random_key": "6Hpq8k9VBHUznGfE0BzcQ",
            "expert_id": 34,
            "done_activities": "[]",
            "autism_client_id": null,
            "main_session_id": "Y1L8OO2qkb5URy99WE6dDYbiwF",
            "session_start_time": "2024-07-24T16:34:22.037000+05:30",
            "session_end_time": "2024-07-24T17:18:02.520000+05:30",
            "started_participant": "Rajini",
            "other_participants": "Suvarna",
            "active": false,
            "session_notes": "",
            "rewards": "[{\"state\":\"end\",\"bottom\":\"8%\",\"imageUrl\":\"https://d1e2cdbb22s48i.cloudfront.net/SSS+2.png\"}]",
            "created_at": "2024-07-24T16:34:22.568197+05:30",
            "updated_at": "2024-08-20T13:54:08.678090+05:30"
        }
    ]
}