Imports records in an existing table via an import.
table-api-name
, that you can edit, to identify your data tableid-field-api-name
, that you can edit if neededname-field-api-name
, that you can edit if neededfield-api-key
). You can edit them if needed.
<variable-key>
, will have to or will be replaced by their
actual API keys.
Used to identify the data table
Optional: if all is true, the request will delete all the data table’s content, before doing the import
Optional (minimum:0): debounce is the number of seconds we wait before launching imports. This query parameter is used in conjunction with the all query parameter. If you want to push a large number of records, but delete the data tables records before, this debounce system will enable you to split this large amount in several requests. For instance, if you have 300k records to push, you can set a the debounce query parameter to 15 minutes and split your synchronisation in 60 requests of 5k records each.
The body is a json list of records you want to push to Qobra. Each record in the list should be an object containing the following keys, and values associated
The body is of type object
.
Success operation
The response is of type object
.