Recerc

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/suggest

Suggests 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.

Itemsitems <= 10
Example[ { "Project Name": "Airport Expansion", "Stage": "Qualified" } ]
additionalInstructions?string

Extra operator instructions for the mapper.

Lengthlength <= 500
Example"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