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

GET /downloadable_users/?format=api&ordering=buy_now&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=buy_now&page=139",
    "results": [
        {
            "id": 466,
            "firstname": "Anna",
            "lastname": null,
            "phone": "+380934189221",
            "email": "anna92panchenko@gmail.com",
            "old_table_id": null,
            "otp": null,
            "otp_expiretime": null,
            "cart": null,
            "buy_now": null,
            "created_at": "2025-07-01T19:27:21.476824+05:30",
            "updated_at": "2025-07-01T19:27:21.476852+05:30"
        },
        {
            "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"
        }
    ]
}