Insert rows into database table

Beta
Insert one or more rows into a table.

Authentication

X-API-KEYstring
API Key authentication via header
OR
AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

asset_idstringRequired
table_namestringRequired

Request

This endpoint expects an object.
datamap from strings to any or list of maps from strings to anyRequired
Single row object or array of row objects to insert
return_representationbooleanOptionalDefaults to false
If true, return the inserted rows in the response

Response

Successful Response
datalist of maps from strings to any or null

Affected rows (returned when return_representation=true)

Errors