API-Referenz
Open API Referenz für die Borm Go & voka easy X Plattform.
Sprache
Die API-Dokumentation ist derzeit grösstenteils nur auf Englisch verfügbar.
Vollständige API-Referenz für die Borm Go & voka easy X Plattform. Nutze diese Endpunkte, um Borm Go in deine eigenen Tools und Workflows zu integrieren. Durchsuche die Endpunkte unten.
Create an object POST
Returns a new voka easy object (either created from input or copied from existing if the corresponding header is provided)
Get an object GET
Returns a voka easy object
Update an object PATCH
Returns the updated voka easy object
Delete an object DELETE
Returns a confirmation of deleted voka easy object on success. Otherwise, this call raises an error.
Get calculation summaries GET
Returns all calculations on a voka easy object. Each item contains a VexCalculationSummary object, not the full calculation.
Copy a calculation POST
Returns a full calculation (copied from existing one defined by header)
Get a full calculation GET
Returns a full calculation
Update a calculation PATCH
Returns a full calculation
Delete a calculation DELETE
Returns a confirmation of deleted voka easy calculation on success. Otherwise, this call raises an error.