Skip to main content
POST
Import entities from a spreadsheet (create and update)

Headers

x-project-id
string
required

Project ID to specify the project context

Body

application/json
rows
object[]
required

The rows to upsert, in file order. The response carries one result per row at the same index.

Example:
dryRun
boolean

Report what would happen without writing anything.

Example:

false

Response

dryRun
boolean
required

True when nothing was written.

Example:

false

created
number
required
Example:

3

updated
number
required
Example:

118

unchanged
number
required
Example:

12

failed
number
required
Example:

1

results
object[]
required

One entry per submitted row, in submission order.