API

Enabling and Configuring the API service
Goose allows you to perform read/write operations on the central system via API JSON with UTF-8 encoding. In order to properly communicate with the system ...
Mar, 16 Mag, 2017 alle 5:17 PM
API: SELECT Service
The SELECT service is used to extrapolate data. You can in fact query the cloud system, indicating a specific table, to obtain a list of all the records in ...
Mar, 16 Mag, 2017 alle 5:17 PM
API: OPERATION Service
The OPERATION service is used to perform INSERT, UPDATE and DELETE operations on the central data system. The service in question can be called up via th...
Mar, 16 Mag, 2017 alle 5:20 PM
API: DELETED service
The DELETED service is used to extrapolate the list of deleted records. You can in fact query the cloud system, indicating a specific table, to obtain a lis...
Mar, 16 Mag, 2017 alle 5:20 PM
API: TABLES service
The TABLES service is used to extrapolate the list of all tables and if necessary, the structure of each table. The service in question can be called up ...
Mar, 16 Mag, 2017 alle 5:21 PM
API: STRUCTURE service
The STRUCTURE service is used to extrapolate the structure of a table. In fact, the central data system can be queried, indicating a specific table, to obta...
Mar, 16 Mag, 2017 alle 5:21 PM
API: BACKUP service
The BACKUP service is used to download the latest cloud server backup file. The service in question can be called up via the following URL: https://ap...
Mar, 16 Mag, 2017 alle 5:21 PM
API: Error Management
Both the SELECT service and the OPERATION service return a similar error structure. The only difference lies in the error.query parameter which is only r...
Mar, 16 Mag, 2017 alle 5:24 PM