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

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

{
    "count": 1371,
    "next": null,
    "previous": "https://whiteboardapi.mywellnesshub.in/downloadable_users/?format=api&ordering=-lastname&page=137",
    "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"
        }
    ]
}