Get mapping preview
Mappings
Get mapping preview
Returns sampled dataset after attribute mapping for a given mapping_id
This endpoint should be used when mapping exist.
A response is a list of JSON objects, where every object will have an input field, that represents the original key/value pairs from the dataset, and the output filed that will contain mapped fields where the key will be attribute name, and value will be JSON object of key/value pairs.
GET
Get mapping preview
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Unique identifier for a mapping.
Query Parameters
The number of rows to sample from the dataset.
Required range:
x <= 1000Response
200 - application/json
OK

