Insert
Parameters
Key
Type
REQUIRED
collection
String (Collection Name)
upload
String (Upload Name)
rows
Array of data rows
Example
The example below inserts rows to "Upload 1" in the collection "Collection 1".
Success Response
The response returns current information on the collection. The stats property will detail how many uploads are in the collection, rows inserted, and what size the sum of the data is.
Success Response With Warnings
If there are any issues with the row parameters, the response will contain a number of warnings along with an array of messages detailing the warnings.
Last updated