Enrichment Map Object

API Endpoints/resources/v2.1/mapping-enrichment/{mapping_enrichment_id}/map
Supported MethodsPOST, GET, PATCH, DELETE

Enrichment Map Parameters

AttributeDescriptionType
total_countTotal number of results. Returned with a GET call only.Integer
itemsThe mapping data, in a JSON bodyArray of strings

📘

Mapping Enrichment Tables are initially uploaded as CSV files. When managing individual map rows or retrieving mapping enrichment tables, the results will be returned as a JSON object.

Sample Object:

{
  "items":
    [
      {
        "application": "sale24s",
        "region": "us-east",
        "team": "east-ops"
      },
      {
        "application": "billing23",
        "region": "us-west",
        "team": "west-ops"
      }
  ]
}