API Reference
Open API reference for the Borm Go & voka easy X platform.
Full API reference for the Borm Go & voka easy X platform. Use these endpoints to integrate Borm Go into your own tools and workflows. Browse by endpoint below.
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.