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