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": 122,
            "name": "Rudradeep Bakchi",
            "unique_identity": "Chirajeev",
            "therapist_id": 41,
            "added_whiteboardsession_id": 2074,
            "created_at": "2024-12-23T13:56:33.975392+05:30",
            "updated_at": "2024-12-23T13:56:33.975436+05:30"
        },
        {
            "id": 5,
            "name": "Dhruva",
            "unique_identity": "Chaitanya",
            "therapist_id": 2,
            "added_whiteboardsession_id": 906,
            "created_at": "2024-07-09T10:34:35.301384+05:30",
            "updated_at": "2024-07-09T10:34:35.301431+05:30"
        },
        {
            "id": 6,
            "name": "New client 1",
            "unique_identity": "bb",
            "therapist_id": 8,
            "added_whiteboardsession_id": 926,
            "created_at": "2024-07-12T12:53:07.439973+05:30",
            "updated_at": "2024-07-12T12:53:07.440021+05:30"
        },
        {
            "id": 3,
            "name": "Aneesh",
            "unique_identity": "Aruna",
            "therapist_id": 2,
            "added_whiteboardsession_id": 894,
            "created_at": "2024-07-07T21:49:37.395952+05:30",
            "updated_at": "2024-07-07T21:49:37.395992+05:30"
        },
        {
            "id": 216,
            "name": "Musa",
            "unique_identity": "Amera",
            "therapist_id": 44,
            "added_whiteboardsession_id": 4223,
            "created_at": "2025-10-29T14:06:27.937787+05:30",
            "updated_at": "2025-10-29T14:06:27.937825+05:30"
        },
        {
            "id": 11,
            "name": "sirisha",
            "unique_identity": "",
            "therapist_id": 2,
            "added_whiteboardsession_id": 950,
            "created_at": "2024-07-15T17:31:31.518096+05:30",
            "updated_at": "2024-07-15T17:31:31.518137+05:30"
        }
    ]
}