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

GET /pageexisting_whiteboard_client/?format=api&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&page=2",
    "results": [
        {
            "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": 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": 4,
            "name": "Hikma",
            "unique_identity": "Sheeba",
            "therapist_id": 9,
            "added_whiteboardsession_id": 904,
            "created_at": "2024-07-08T15:47:08.434495+05:30",
            "updated_at": "2024-07-08T15:47:08.434537+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": 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": 1,
            "name": "Akash Client test",
            "unique_identity": "Manorama Sinha",
            "therapist_id": 8,
            "added_whiteboardsession_id": 888,
            "created_at": "2024-07-06T17:31:21.947938+05:30",
            "updated_at": "2024-07-06T17:31:21.947977+05:30"
        }
    ]
}