dataset

Import JSON

Import JSON into a DataSet

post/dataset/importjson/{dataSetId}

Path parameters

dataSetIdinteger required

The DataSet ID to import into.

Request body

uniqueKeysstring[]

A name of the unique column

truncateboolean

Flag True or False, whether to truncate existing data on import

rowsobject[]

An array of objects with pairs: ColumnName:Value

Response

successful operation

Changes

Changed in 2 of the 52 revisions of this API.2