GET /api/public/allergies/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "url": "https://testing.clinic-frontend.dc.gompels.com/api/public/allergies/1/?format=api",
            "id": 1,
            "name": "TESTING",
            "description": "paddy is allergic to testing"
        }
    ]
}