Skip to main content
POST
Test Mapping

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

size
integer

The number of rows to sample from the dataset.

Required range: x <= 1000

Body

application/json
attribute_id
integer

The target attribute's ID.

dataset_id
integer

The source dataset's ID.

mapping
object

Mapping definition for create/update requests. Dependencies are computed server-side and not provided by the client.

source
enum<string>

Optional source for the mapping. If not specified, defaults to company. Only company and rosetta_stone are allowed for user-created mappings.

Available options:
company,
rosetta_stone

Response

200 - application/json

OK

records
object[]