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

GET /downloadable_users/?format=api&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&page=136",
    "results": [
        {
            "id": 8,
            "firstname": "Harsha Vardhan",
            "lastname": null,
            "phone": "+919550803465",
            "email": "hv30608@gmail.com",
            "old_table_id": "3788",
            "otp": "160778",
            "otp_expiretime": "2025-03-12T14:34:45.052000+05:30",
            "cart": null,
            "buy_now": null,
            "created_at": "2024-10-23T16:34:30.786093+05:30",
            "updated_at": "2025-03-12T14:19:44.610772+05:30"
        },
        {
            "id": 7,
            "firstname": "Akash Testttt",
            "lastname": null,
            "phone": "+91456789",
            "email": "akash@mywellnesshub.in",
            "old_table_id": "3787",
            "otp": "696060",
            "otp_expiretime": "2024-11-19T17:12:53.479000+05:30",
            "cart": null,
            "buy_now": null,
            "created_at": "2024-10-23T16:19:25.411074+05:30",
            "updated_at": "2024-11-19T16:57:53.683163+05:30"
        },
        {
            "id": 4,
            "firstname": "Akash Sinha",
            "lastname": null,
            "phone": "+919980058981",
            "email": "sakash674@gmail.com",
            "old_table_id": null,
            "otp": null,
            "otp_expiretime": null,
            "cart": null,
            "buy_now": null,
            "created_at": "2024-10-23T13:48:41.289788+05:30",
            "updated_at": "2024-10-23T13:48:41.289823+05:30"
        },
        {
            "id": 2,
            "firstname": "rakesh",
            "lastname": null,
            "phone": "8881299888",
            "email": "rakesh.medabalimi@gmail.com",
            "old_table_id": null,
            "otp": "695714",
            "otp_expiretime": "2024-12-17T20:13:22.937000+05:30",
            "cart": null,
            "buy_now": null,
            "created_at": "2024-10-02T19:07:02.009008+05:30",
            "updated_at": "2024-12-28T15:09:26.745316+05:30"
        },
        {
            "id": 1,
            "firstname": "Harsha",
            "lastname": null,
            "phone": "9550803465",
            "email": "harshavardhanpinni@gmail.com",
            "old_table_id": null,
            "otp": "391215",
            "otp_expiretime": "2025-06-11T11:07:24.386000+05:30",
            "cart": null,
            "buy_now": null,
            "created_at": "2024-10-01T12:51:44.171849+05:30",
            "updated_at": "2025-06-11T10:52:24.869495+05:30"
        }
    ]
}