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

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

{
    "count": 26,
    "next": "https://whiteboardapi.mywellnesshub.in/pageexisting_whiteboard_client/?format=api&ordering=-name&page=3",
    "previous": "https://whiteboardapi.mywellnesshub.in/pageexisting_whiteboard_client/?format=api&ordering=-name",
    "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": 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": 213,
            "name": "Lovik",
            "unique_identity": "Manu",
            "therapist_id": 44,
            "added_whiteboardsession_id": 3792,
            "created_at": "2025-08-30T07:10:55.359148+05:30",
            "updated_at": "2025-08-30T07:10:55.359182+05:30"
        },
        {
            "id": 131,
            "name": "Karma cherote",
            "unique_identity": "sindhu",
            "therapist_id": 41,
            "added_whiteboardsession_id": 2130,
            "created_at": "2024-12-31T20:00:19.398503+05:30",
            "updated_at": "2024-12-31T20:00:19.398541+05:30"
        },
        {
            "id": 206,
            "name": "Ivaan",
            "unique_identity": "Rahul",
            "therapist_id": 41,
            "added_whiteboardsession_id": 3100,
            "created_at": "2025-05-17T19:17:49.386253+05:30",
            "updated_at": "2025-05-17T19:17:49.386296+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": 7,
            "name": "Evanshika",
            "unique_identity": "Shirisha",
            "therapist_id": 9,
            "added_whiteboardsession_id": 929,
            "created_at": "2024-07-12T14:33:48.151646+05:30",
            "updated_at": "2024-07-12T14:33:48.151688+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": 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": 179,
            "name": "Ayansh samal",
            "unique_identity": "Puja",
            "therapist_id": 44,
            "added_whiteboardsession_id": 2847,
            "created_at": "2025-04-08T15:02:14.425153+05:30",
            "updated_at": "2025-04-08T15:02:14.425185+05:30"
        }
    ]
}