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

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

{
    "count": 1365,
    "next": null,
    "previous": "https://whiteboardapi.mywellnesshub.in/downloadable_users/?format=api&ordering=lastname&page=136",
    "results": [
        {
            "id": 456,
            "firstname": "Srimathi Sivaraj",
            "lastname": null,
            "phone": "+9107339049556",
            "email": "srimathisivaraj27@gmail.com",
            "old_table_id": null,
            "otp": null,
            "otp_expiretime": null,
            "cart": null,
            "buy_now": null,
            "created_at": "2025-06-30T12:49:43.024334+05:30",
            "updated_at": "2025-06-30T12:49:43.024363+05:30"
        },
        {
            "id": 455,
            "firstname": "asif ",
            "lastname": null,
            "phone": "+919642562989",
            "email": "divanasif786@gmail.com",
            "old_table_id": null,
            "otp": null,
            "otp_expiretime": null,
            "cart": null,
            "buy_now": null,
            "created_at": "2025-06-30T11:15:36.927620+05:30",
            "updated_at": "2025-06-30T11:15:36.927648+05:30"
        },
        {
            "id": 454,
            "firstname": "Tega",
            "lastname": null,
            "phone": "+14022526654",
            "email": "meetmrumukoro@gmail.com",
            "old_table_id": null,
            "otp": null,
            "otp_expiretime": null,
            "cart": null,
            "buy_now": null,
            "created_at": "2025-06-28T23:34:41.114265+05:30",
            "updated_at": "2025-06-28T23:34:41.114295+05:30"
        },
        {
            "id": 453,
            "firstname": "foram",
            "lastname": null,
            "phone": "+919819299934",
            "email": "fors26@gmail.com",
            "old_table_id": null,
            "otp": null,
            "otp_expiretime": null,
            "cart": null,
            "buy_now": null,
            "created_at": "2025-06-28T11:35:26.014534+05:30",
            "updated_at": "2025-06-28T11:35:26.014572+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"
        }
    ]
}