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

GET /pageexisting_whiteboard_client/?format=api&ordering=-unique_identity&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=-unique_identity&page=3",
    "previous": "https://whiteboardapi.mywellnesshub.in/pageexisting_whiteboard_client/?format=api&ordering=-unique_identity",
    "results": [
        {
            "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": 17,
            "name": "Rishaan",
            "unique_identity": "Rekha",
            "therapist_id": 16,
            "added_whiteboardsession_id": 1063,
            "created_at": "2024-07-25T20:32:29.149756+05:30",
            "updated_at": "2024-07-25T20:32:29.149796+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": 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"
        },
        {
            "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": 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"
        },
        {
            "id": 130,
            "name": "Anvika",
            "unique_identity": "Jisha",
            "therapist_id": 41,
            "added_whiteboardsession_id": 2117,
            "created_at": "2024-12-30T07:58:27.175946+05:30",
            "updated_at": "2024-12-30T07:58:27.175983+05:30"
        },
        {
            "id": 12,
            "name": "Akash Sinha",
            "unique_identity": "Help",
            "therapist_id": 29,
            "added_whiteboardsession_id": 958,
            "created_at": "2024-07-15T21:07:24.009182+05:30",
            "updated_at": "2024-07-15T21:07:24.009226+05:30"
        },
        {
            "id": 9,
            "name": "Zayn",
            "unique_identity": "Deena pochama",
            "therapist_id": 9,
            "added_whiteboardsession_id": 935,
            "created_at": "2024-07-13T16:54:48.840097+05:30",
            "updated_at": "2024-07-13T16:54:48.840136+05:30"
        },
        {
            "id": 8,
            "name": "Zayn",
            "unique_identity": "Deena pichama",
            "therapist_id": 9,
            "added_whiteboardsession_id": 933,
            "created_at": "2024-07-12T17:24:46.609185+05:30",
            "updated_at": "2024-07-12T17:24:46.609228+05:30"
        }
    ]
}