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

GET /pageexisting_whiteboard_client/?format=api&ordering=-id
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=-id&page=2",
    "previous": null,
    "results": [
        {
            "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": 214,
            "name": "Priyansh",
            "unique_identity": "Vipul",
            "therapist_id": 44,
            "added_whiteboardsession_id": 3908,
            "created_at": "2025-09-13T13:04:43.591075+05:30",
            "updated_at": "2025-09-13T13:04:43.591105+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": 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": 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": 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": 124,
            "name": "Nihira",
            "unique_identity": "SIVA",
            "therapist_id": 41,
            "added_whiteboardsession_id": 2076,
            "created_at": "2024-12-23T17:00:21.809295+05:30",
            "updated_at": "2024-12-23T17:00:21.809339+05:30"
        },
        {
            "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": 121,
            "name": "srinidhi",
            "unique_identity": "sriharsha",
            "therapist_id": 16,
            "added_whiteboardsession_id": 2052,
            "created_at": "2024-12-17T18:10:27.023946+05:30",
            "updated_at": "2024-12-17T18:10:27.023994+05:30"
        }
    ]
}