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

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

{
    "count": 26,
    "next": null,
    "previous": "https://whiteboardapi.mywellnesshub.in/pageexisting_whiteboard_client/?format=api&ordering=unique_identity&page=2",
    "results": [
        {
            "id": 14,
            "name": "srinidhi",
            "unique_identity": "SRI LAXMI",
            "therapist_id": 16,
            "added_whiteboardsession_id": 967,
            "created_at": "2024-07-16T18:04:53.538850+05:30",
            "updated_at": "2024-07-16T18:04:53.538887+05:30"
        },
        {
            "id": 121,
            "name": "srinidhi",
            "unique_identity": "sriharsha",
            "therapist_id": 16,
            "added_whiteboardsession_id": 2052,
            "created_at": "2024-12-17T18:10:27.023946+05:30",
            "updated_at": "2024-12-17T18:10:27.023994+05:30"
        },
        {
            "id": 10,
            "name": "Dhruv",
            "unique_identity": "Suvarna",
            "therapist_id": 2,
            "added_whiteboardsession_id": 949,
            "created_at": "2024-07-15T16:21:32.153709+05:30",
            "updated_at": "2024-07-15T16:21:32.153748+05:30"
        },
        {
            "id": 214,
            "name": "Priyansh",
            "unique_identity": "Vipul",
            "therapist_id": 44,
            "added_whiteboardsession_id": 3908,
            "created_at": "2025-09-13T13:04:43.591075+05:30",
            "updated_at": "2025-09-13T13:04:43.591105+05:30"
        },
        {
            "id": 2,
            "name": "Akash Sinha",
            "unique_identity": "Wellness",
            "therapist_id": 2,
            "added_whiteboardsession_id": 891,
            "created_at": "2024-07-06T19:01:15.509105+05:30",
            "updated_at": "2024-07-06T19:01:15.509145+05:30"
        },
        {
            "id": 119,
            "name": "Akash Demo 2",
            "unique_identity": "White board",
            "therapist_id": 41,
            "added_whiteboardsession_id": 2038,
            "created_at": "2024-12-16T12:53:46.827126+05:30",
            "updated_at": "2024-12-16T12:53:46.827170+05:30"
        }
    ]
}