Recerc

Suggest object import mappings

Suggests how source import columns should map into the destination object schema.

POST/api/objects/by-handle/{handle}/import-mappings/suggest

Suggests how source import columns should map into the destination object schema.

Path Parameters

handle*string

Stable handle used in routes and lookups.

Example"projects"

Request Body

application/json

Request payload for Suggest object import mappings.

columns*array<>

Source column headers available for mapping.

Example[ "Project Name", "Stage" ]
sampleRows*array<>

Representative input rows used to infer mappings.

Itemsitems <= 10
additionalInstructions?|

additional instructions.

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

application/json

application/json