Preview Import File
POST /imports/{import_id}/preview
POST
/imports/{import_id}/preview
See how the file will be read, with a mapping applied. Writes nothing.
Authorizations
Parameters
Path Parameters
import_id
required
Id returned by the upload.
string
Id returned by the upload.
Query Parameters
page
integer
limit
integer
Header Parameters
Request Body
Source column -> graph8 field, the same mapping you intend to import with. Send it HERE: an unmapped column the importer cannot recognise is dropped SILENTLY, and this is the only way to see that before writing to a customer’s CRM.
object
key
additional properties
string
Responses
200
Successful Response
object
data
required
A page of rows as they will be read, with the mapping applied.
Rows are open dicts: they are the customer’s own columns, so there is no schema to pin.
object
rows
Array<object>
object
key
additional properties
any
total
integer
key
additional properties
any
pagination
Any of:
null
422
Validation Error
object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string