API endpoint for querying EForms

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

{
    "url": "https://testing.clinic-frontend.dc.gompels.com/api/public/eforms/2/?format=api",
    "is_deleted": false,
    "deleted_at": null,
    "name": "Other form",
    "title": "Another form",
    "description": "Another form to fill in",
    "version": 1,
    "subversion": 0,
    "formDefinition": [
        {
            "max": 9999,
            "min": 1,
            "name": "sheep",
            "type": "number",
            "label": "Number of sheep you count before falling asleep",
            "value": "100",
            "access": false,
            "required": false,
            "className": "form-control",
            "placeholder": "Number of sheep"
        }
    ],
    "created": "2020-08-30T12:56:21.540000+01:00",
    "modified": "2020-09-12T20:47:21.067000+01:00",
    "archived": true,
    "is_vaccination_form": false
}