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

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

{
    "count": 1360,
    "next": "https://whiteboardapi.mywellnesshub.in/downloadable_users/?format=api&ordering=lastname&page=4",
    "previous": "https://whiteboardapi.mywellnesshub.in/downloadable_users/?format=api&ordering=lastname&page=2",
    "results": [
        {
            "id": 15,
            "firstname": "indra",
            "lastname": null,
            "phone": "+917989620871",
            "email": "jainsaindra@gmail.com",
            "old_table_id": "3884",
            "otp": null,
            "otp_expiretime": null,
            "cart": null,
            "buy_now": null,
            "created_at": "2024-11-15T13:03:01.443821+05:30",
            "updated_at": "2024-11-15T13:03:01.443864+05:30"
        },
        {
            "id": 14,
            "firstname": "Vidushi Tiwari",
            "lastname": null,
            "phone": "+919663875935",
            "email": "vidushi2tiwari@gmail.com",
            "old_table_id": "3867",
            "otp": null,
            "otp_expiretime": null,
            "cart": null,
            "buy_now": null,
            "created_at": "2024-11-12T12:16:35.091029+05:30",
            "updated_at": "2024-11-12T12:16:35.091075+05:30"
        },
        {
            "id": 13,
            "firstname": "Harsha",
            "lastname": null,
            "phone": "+9123423423",
            "email": "mywellnesshub.harsh@gmail.com",
            "old_table_id": "3821",
            "otp": null,
            "otp_expiretime": null,
            "cart": null,
            "buy_now": null,
            "created_at": "2024-10-30T18:03:02.829343+05:30",
            "updated_at": "2024-10-30T18:03:02.829384+05:30"
        },
        {
            "id": 12,
            "firstname": "Sree",
            "lastname": null,
            "phone": "+918885457659",
            "email": "gnanignanasree@gmail.com",
            "old_table_id": null,
            "otp": "500254",
            "otp_expiretime": "2024-11-15T12:55:58.035000+05:30",
            "cart": null,
            "buy_now": null,
            "created_at": "2024-10-30T17:22:30.858039+05:30",
            "updated_at": "2024-11-15T12:41:43.511772+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": 10,
            "firstname": "Test Rht",
            "lastname": null,
            "phone": "+91 9398974773",
            "email": "dummyblogger06@gmail.com",
            "old_table_id": "3815",
            "otp": "909803",
            "otp_expiretime": "2024-10-30T12:38:49.907000+05:30",
            "cart": null,
            "buy_now": null,
            "created_at": "2024-10-30T12:23:50.112178+05:30",
            "updated_at": "2024-10-30T12:23:50.201849+05:30"
        },
        {
            "id": 9,
            "firstname": "Rohit test",
            "lastname": null,
            "phone": "+91 456789123",
            "email": "osiristhoth99@gmail.com",
            "old_table_id": "3793",
            "otp": null,
            "otp_expiretime": null,
            "cart": null,
            "buy_now": null,
            "created_at": "2024-10-24T17:28:20.703657+05:30",
            "updated_at": "2024-10-24T17:28:20.703691+05:30"
        },
        {
            "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"
        }
    ]
}