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

GET /downloadable_users/?format=api&ordering=updated_at&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=updated_at&page=139",
    "results": [
        {
            "id": 1395,
            "firstname": "Ravindra",
            "lastname": null,
            "phone": "+919036165074",
            "email": "rsambawat@gmail.com",
            "old_table_id": "9056",
            "otp": null,
            "otp_expiretime": null,
            "cart": null,
            "buy_now": null,
            "created_at": "2026-04-16T08:43:11.655693+05:30",
            "updated_at": "2026-04-16T08:43:29.604955+05:30"
        },
        {
            "id": 1379,
            "firstname": "Nishanth G",
            "lastname": null,
            "phone": "+918174837619",
            "email": "nishanthg888@gmail.com",
            "old_table_id": "9014",
            "otp": null,
            "otp_expiretime": null,
            "cart": null,
            "buy_now": null,
            "created_at": "2026-04-11T13:06:29.539777+05:30",
            "updated_at": "2026-04-16T09:10:52.153775+05:30"
        },
        {
            "id": 1396,
            "firstname": "EvelynOng",
            "lastname": null,
            "phone": "+9188935736",
            "email": "brightpinkshoes@gmail.com",
            "old_table_id": null,
            "otp": null,
            "otp_expiretime": null,
            "cart": null,
            "buy_now": null,
            "created_at": "2026-04-17T08:36:25.797685+05:30",
            "updated_at": "2026-04-17T08:36:25.797717+05:30"
        },
        {
            "id": 1397,
            "firstname": "Satyabrata Harichandan",
            "lastname": null,
            "phone": "+9108093134990",
            "email": "satyabrataharichandan7@gmail.com",
            "old_table_id": null,
            "otp": null,
            "otp_expiretime": null,
            "cart": null,
            "buy_now": null,
            "created_at": "2026-04-17T14:45:22.155732+05:30",
            "updated_at": "2026-04-17T14:45:22.155763+05:30"
        }
    ]
}