v51

latestOpenAPI 3.0.0AGPLv3 or laterraw.githubusercontent.com2026-08-0126276829.1 KB
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