Suggest object import mappings
Suggests how source import columns should map into the destination object schema.
POST
/api/unstable/objects/by-handle/{handle}/import-mappings/suggestSuggests how source import columns should map into the destination object schema.
Request Body
application/json
columns*array<>
Source column headers available for mapping.
Example
[
"Project Name",
"Stage"
]sampleRows*array<>
Representative input rows used to infer mappings.
Items
items <= 10Example
[
{
"Project Name": "Airport Expansion",
"Stage": "Qualified"
}
]additionalInstructions?string
Extra operator instructions for the mapper.
Length
length <= 500Example
"Map Stage to the status field."schema*
Destination object schema keyed by field handle.
Example
{
"name": {
"name": "name",
"type": "text",
"required": true
}
}[key: string]?never
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json