API endpoint for querying EForms

GET /api/public/eforms/23/?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/23/?format=api",
    "is_deleted": false,
    "deleted_at": null,
    "name": "Test File Upload",
    "title": "Test File Upload",
    "description": "Test File Upload",
    "version": 1,
    "subversion": 0,
    "formDefinition": [
        {
            "id": "file-94f19293-5f75-4b72-9d30-b0d40d563df7",
            "name": "file-20176c0b-fdbf-4d64-b033-4850a133e791",
            "type": "file",
            "label": "File Upload",
            "access": false,
            "subtype": "file",
            "multiple": false,
            "required": false
        }
    ],
    "created": "2023-11-10T13:02:43.437097Z",
    "modified": "2023-11-21T10:37:42.309899Z",
    "archived": true,
    "is_vaccination_form": false
}