Skip to main content
POST
Add rows to a dataset

Authorizations

Authorization
string
header
required

Workspace API key. Pass as Authorization: Bearer <key>.

Path Parameters

datasetId
string
required

Unique identifier for an entity, between 20 and 80 characters.

Required string length: 20 - 80

Query Parameters

valuesBy
enum<string>
Available options:
columnId,
columnName

Body

application/json
rows
Dataset Row Input · object[]
required
Required array length: 1 - 100 elements

Response

Rows added.

The newly created dataset rows.

rows
Dataset Row · object[]
required