Skip to main content
POST
Import data into draft table

Supported products

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

tableIdOrName
string
required

The ID of the destination table where data will be imported.

Body

multipart/form-data
config
string
file
file

Response

successful operation

duplicateRows
integer<int32>
required

Specifies number of duplicate rows

errors
object[]
required

List of errors during import

rowLimitExceeded
boolean
required

Specifies whether row limit exceeded during import

rowsImported
integer<int32>
required

Specifies number of rows imported

Last modified on March 31, 2026