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

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

{
    "count": 1365,
    "next": "https://whiteboardapi.mywellnesshub.in/downloadable_users/?format=api&ordering=-firstname&page=12",
    "previous": "https://whiteboardapi.mywellnesshub.in/downloadable_users/?format=api&ordering=-firstname&page=10",
    "results": [
        {
            "id": 1177,
            "firstname": "Test Indraaa",
            "lastname": null,
            "phone": "+91888888888888",
            "email": "harsh.wellnesshub+3247387438@gmail.com",
            "old_table_id": "8468",
            "otp": null,
            "otp_expiretime": null,
            "cart": null,
            "buy_now": null,
            "created_at": "2026-02-03T13:12:47.106505+05:30",
            "updated_at": "2026-02-03T13:12:47.106539+05:30"
        },
        {
            "id": 834,
            "firstname": "Test Harshaaaa",
            "lastname": null,
            "phone": "+919866783468",
            "email": "harsh.wellnesshub+63468@gmail.com",
            "old_table_id": null,
            "otp": null,
            "otp_expiretime": null,
            "cart": null,
            "buy_now": null,
            "created_at": "2025-10-13T11:33:26.586345+05:30",
            "updated_at": "2025-10-13T11:33:26.586379+05:30"
        },
        {
            "id": 11,
            "firstname": "Test Harsha",
            "lastname": null,
            "phone": "+91 45678",
            "email": "194g1a0235@srit.ac.in",
            "old_table_id": "3816",
            "otp": "838274",
            "otp_expiretime": "2024-10-30T12:44:59.099000+05:30",
            "cart": null,
            "buy_now": null,
            "created_at": "2024-10-30T12:29:59.279610+05:30",
            "updated_at": "2024-10-30T12:29:59.393154+05:30"
        },
        {
            "id": 1176,
            "firstname": "Test Harsha",
            "lastname": null,
            "phone": "+919090909090",
            "email": "harsh.wellnesshub+0439340459@gmail.com",
            "old_table_id": null,
            "otp": null,
            "otp_expiretime": null,
            "cart": null,
            "buy_now": null,
            "created_at": "2026-02-03T13:10:19.713527+05:30",
            "updated_at": "2026-02-03T13:10:19.713558+05:30"
        },
        {
            "id": 835,
            "firstname": "Test Harsh",
            "lastname": null,
            "phone": "+919878998777",
            "email": "harsh.wellnesshub+786423@gmail.com",
            "old_table_id": null,
            "otp": null,
            "otp_expiretime": null,
            "cart": null,
            "buy_now": null,
            "created_at": "2025-10-13T15:02:52.446958+05:30",
            "updated_at": "2025-10-13T15:02:52.446996+05:30"
        },
        {
            "id": 762,
            "firstname": "Test",
            "lastname": null,
            "phone": "+919",
            "email": "rakesh+34@mywellnesshub.in",
            "old_table_id": null,
            "otp": null,
            "otp_expiretime": null,
            "cart": null,
            "buy_now": null,
            "created_at": "2025-09-20T15:13:42.107873+05:30",
            "updated_at": "2025-09-20T15:13:42.107901+05:30"
        },
        {
            "id": 389,
            "firstname": "Test",
            "lastname": null,
            "phone": "+919",
            "email": "rakesh.medabalimi+7774@gmail.com",
            "old_table_id": null,
            "otp": null,
            "otp_expiretime": null,
            "cart": null,
            "buy_now": null,
            "created_at": "2025-06-12T08:35:27.738883+05:30",
            "updated_at": "2025-06-12T08:35:27.738912+05:30"
        },
        {
            "id": 134,
            "firstname": "Test",
            "lastname": null,
            "phone": "+919",
            "email": "test@gmail.com",
            "old_table_id": "4804",
            "otp": null,
            "otp_expiretime": null,
            "cart": null,
            "buy_now": null,
            "created_at": "2025-03-06T22:25:04.902310+05:30",
            "updated_at": "2025-03-06T22:25:04.902339+05:30"
        },
        {
            "id": 329,
            "firstname": "Test",
            "lastname": null,
            "phone": "+919",
            "email": "rakesh.medabalimi+18033@gmail.com",
            "old_table_id": null,
            "otp": null,
            "otp_expiretime": null,
            "cart": null,
            "buy_now": null,
            "created_at": "2025-05-24T12:54:09.709401+05:30",
            "updated_at": "2025-05-24T12:54:09.709431+05:30"
        },
        {
            "id": 628,
            "firstname": "test",
            "lastname": null,
            "phone": "+919",
            "email": "rakesh.medabalimi+222000@gmail.com",
            "old_table_id": null,
            "otp": null,
            "otp_expiretime": null,
            "cart": null,
            "buy_now": null,
            "created_at": "2025-08-13T15:50:47.406385+05:30",
            "updated_at": "2025-08-13T15:50:47.406418+05:30"
        }
    ]
}