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

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

{
    "count": 1394,
    "next": null,
    "previous": "https://whiteboardapi.mywellnesshub.in/downloadable_users/?format=api&ordering=lastname&page=139",
    "results": [
        {
            "id": 465,
            "firstname": "SUMIT KUMAR",
            "lastname": null,
            "phone": "+919069006097",
            "email": "sumitparmarrocks@gmail.com",
            "old_table_id": null,
            "otp": null,
            "otp_expiretime": null,
            "cart": null,
            "buy_now": null,
            "created_at": "2025-07-01T19:23:24.676106+05:30",
            "updated_at": "2025-07-01T19:23:24.676139+05:30"
        },
        {
            "id": 464,
            "firstname": "Samantha Jansen",
            "lastname": null,
            "phone": "+8613338000955",
            "email": "samanthajansen2@gmail.com",
            "old_table_id": null,
            "otp": null,
            "otp_expiretime": null,
            "cart": null,
            "buy_now": null,
            "created_at": "2025-07-01T16:53:21.612856+05:30",
            "updated_at": "2025-07-01T16:53:21.612885+05:30"
        },
        {
            "id": 463,
            "firstname": "Proof of Qualification Annu Bhandari",
            "lastname": null,
            "phone": "+610400290237",
            "email": "bhandari_annu@yahoo.com",
            "old_table_id": null,
            "otp": null,
            "otp_expiretime": null,
            "cart": null,
            "buy_now": null,
            "created_at": "2025-07-01T06:08:04.697650+05:30",
            "updated_at": "2025-07-01T06:08:04.697679+05:30"
        },
        {
            "id": 17,
            "firstname": "Harsha",
            "lastname": "Vardhan Pinni",
            "phone": null,
            "email": "harsh.wellnesshub@gmail.com",
            "old_table_id": "4855",
            "otp": "378065",
            "otp_expiretime": "2025-05-05T16:56:47.875000+05:30",
            "cart": null,
            "buy_now": null,
            "created_at": "2024-12-02T12:49:14.497184+05:30",
            "updated_at": "2025-10-13T15:36:04.018910+05:30"
        }
    ]
}