Buzzy REST API
The Buzzy Rest API provides the ability query, create, update, delete data from Microapps to integrate with back-end/3rd party systems.
Last updated
The Buzzy Rest API provides the ability query, create, update, delete data from Microapps to integrate with back-end/3rd party systems.
Use the Buzzy REST API when an external system needs to read or update Buzzy app data, or when a Buzzy app needs to coordinate with third-party back-end services.
For server-side logic that runs inside Buzzy, start with Buzzy Functions & Constants. For app data access from external systems, start with Integrating 3rd party applications and the endpoint docs under REST API Reference.
For a consolidated list of app, function, code-widget, and API examples, see Buzzy Examples by Use Case.
Datatables can also fire rules on events such as updates, clicks, or new records. Rules can call built-in actions such as notifications and logging, or call third-party REST APIs.
Buzzy REST API calls handle conflict resolution. For example, if a user edits data offline and a third-party API updates the same record before the user comes back online, Buzzy can raise a conflict so the user can choose which version should win.
Last updated