API endpoint for querying EForms

GET /api/public/eforms/34/?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/34/?format=api",
    "is_deleted": false,
    "deleted_at": null,
    "name": "Upload form",
    "title": "Upload",
    "description": "Upload something here",
    "version": 1,
    "subversion": 0,
    "formDefinition": [
        {
            "id": "file-48b2e5c4-efa3-4ef9-8667-6da242acc545",
            "name": "test-upload",
            "type": "file",
            "label": "File Upload",
            "access": false,
            "subtype": "file",
            "multiple": true,
            "required": false
        }
    ],
    "created": "2024-09-10T12:46:12.908717+01:00",
    "modified": "2024-09-10T12:46:12.908735+01:00",
    "archived": false,
    "is_vaccination_form": false
}