DeltaJSON API Endpoints
The endpoints made available through the DeltaJSON REST API can be used to perform synchronous and asynchronous operations. The results can then be visualised or downloaded and used for further processing.
Establish a secure connection using DeltaJSON SaaS at:
https://saas.deltaxml.com/api/json/v1/
Simply add the required operation listed in the table below at the end of the above url to use the service.
Endpoint | Description | Documentation |
---|---|---|
POST | ||
Operations | ||
| comparison of two JSON files | |
| resolved comparison of two JSON files | |
| resolved comparison of two JSON files that are edits of a common ancestor JSON file | |
| apply changes defined in a JSON delta file to any other similar JSON data file | |
| apply updates to JSON files in remote locations | |
Utilities | ||
| refresh access token |
All the examples listed in the table run synchronous operations with a number of configuration options.
To run asynchronous operations refer to the Guide to Asynchronous Operation using DeltaJSON SaaS API.
You can always refer to the DeltaJSON Postman Collection to try samples for each operation