API endpoint for querying EForms

GET /api/public/eforms/13/?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/13/?format=api",
    "is_deleted": false,
    "deleted_at": null,
    "name": "External form",
    "title": "External form",
    "description": "External form link with confirmation box",
    "version": 0,
    "subversion": 1,
    "formDefinition": [
        {
            "type": "header",
            "label": "This booking requires a few extra steps in order to be completed:&nbsp;<br>",
            "access": false,
            "subtype": "h1"
        },
        {
            "type": "paragraph",
            "label": "&lt;a href=\"https://gompels.pharmadoctor.clinic/\" target=\"_blank\"&gt;Link to pharmadoctor&lt;/a&gt;<br>",
            "access": false,
            "subtype": "p"
        },
        {
            "name": "checkbox-group-1606991707179",
            "type": "checkbox-group",
            "label": "Confirm form at link filled in<br>",
            "other": false,
            "access": false,
            "inline": true,
            "toggle": false,
            "values": [
                {
                    "label": "I confirm I have filled in the form on the above website",
                    "value": "i-agree",
                    "selected": true
                }
            ],
            "required": true
        }
    ],
    "created": "2020-12-03T15:15:03.902000Z",
    "modified": "2020-12-03T15:18:18.393000Z",
    "archived": true,
    "is_vaccination_form": false
}