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

GET /pageexisting_whiteboard_client/?format=api&ordering=-therapist_id&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=-therapist_id&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": 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"
        },
        {
            "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": 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": 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"
        }
    ]
}