Form
Use the Authorization header with a Bearer JWT: Authorization: Bearer
Required to identify the tenant. The tenantId can be retrieved from the Cockpit.
OK
Summary for a form design: total counts for the form and an optional per‑status breakdown. Each FormNavigation object points to a reusable request you can use to fetch the actual instances.
Form design GUID (same as formId).
Human readable name of the form (e.g. 'Hauptwohnsitzbescheinigung').
Total number of submitted form instances (across all statuses).
Unauthorized
Internal server error
Use the Authorization header with a Bearer JWT: Authorization: Bearer
Keyword to search in submitted forms. It can be a full or partial match of a Form Name or a Tag of a form.
a formId to filter the search results. The formId is the GUID returned in the /Form/count endpoint as "id".
Status to filter the search results. E.g. "Neu", "In Bearbeitung", "Abgeschlossen".
Page number. If not provided, defaults to 0.
0Number of items per page. If not provided, defaults to 50.
50Field to order the results by. E.g. "submittedDate", "name".
OK
Total number of submitted forms available.
Current page number.
Number of forms per page.
Unauthorized
Internal server error
Use the Authorization header with a Bearer JWT: Authorization: Bearer
Form design GUID. Can be retrieved from the /Form/count or Form/search endpoint.
Document ID Can be retrieved from the /Form/search endpoint and identifies a submitted form instance.
Required to identify the tenant. The tenantId can be retrieved from the Cockpit.
OK
Unauthorized
Internal server error
Use the Authorization header with a Bearer JWT: Authorization: Bearer
Form design GUID. Can be retrieved from the /Form/count or Form/search endpoint.
Document ID Can be retrieved from the /Form/search endpoint and identifies a submitted form instance.
Required to identify the tenant. The tenantId can be retrieved from the Cockpit.
Request payload to update form instance field values.
Optional new state (status) to set for the form instance. If provided, the form instance status will be updated.
In BearbeitungOK
Unauthorized
Internal server error
Use the Authorization header with a Bearer JWT: Authorization: Bearer
OK
No content
OK
No content
Last updated