Import object data
Imports object records for the provided handle, optionally using upsert matching.
POST
/api/objects/by-handle/{handle}/importImports object records for the provided handle, optionally using upsert matching.
Path Parameters
handle*string
Stable handle used in routes and lookups.
Example
"projects"Request Body
application/json
Request payload for Import object data.
rows*array<>
Input rows to import.
Example
[
{
"name": "Airport Expansion",
"status": "Qualified"
}
]upsert?|
Whether to update existing records when a match is found.
referenceField?|
Field used to match existing records during upsert.
[key: string]?never
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json