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

GET /pageexisting_whiteboard_client/?format=api&ordering=name&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=name&page=2",
    "results": [
        {
            "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": 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"
        },
        {
            "id": 14,
            "name": "srinidhi",
            "unique_identity": "SRI LAXMI",
            "therapist_id": 16,
            "added_whiteboardsession_id": 967,
            "created_at": "2024-07-16T18:04:53.538850+05:30",
            "updated_at": "2024-07-16T18:04:53.538887+05:30"
        },
        {
            "id": 15,
            "name": "YOUSUF",
            "unique_identity": "SHERRIN",
            "therapist_id": 16,
            "added_whiteboardsession_id": 983,
            "created_at": "2024-07-17T18:40:05.163172+05:30",
            "updated_at": "2024-07-17T18:40:05.163247+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"
        }
    ]
}