CORE API
The Core API provides access to the operational and workflow-related capabilities of the GemeindeConnect platform.
It is designed for system-to-system integrations that need to retrieve and update workflow data.
Unlike the Extension API, which is primarily used for read-only discovery, the Core API allows state-changing operations and uploading of documents.
What the Core API is used for
The Core API is typically used to:
Retrieve new incoming orders from the system
Retrieve existing tasks and their status
Update tasks with new status and field information
Upload documents
Common consumers of the Core API include:
Backend services
Integration platforms
Automation jobs
Workflow orchestration components
Last updated