get https://api.bigpanda.io/resources/v2.1/mapping-enrichment//map
Retrieve a specific enrichment map
Authentication
All BigPanda APIs require Bearer Token Authorization in the call headers.
This API uses the User API Key type of Authorization token.
Sample Calls
curl --request GET \
--url 'https://api.bigpanda.io/resources/v2.1/mapping-enrichment/{mapping_enrichment_id}/map?page=1&per_page=20' \
--header 'Authorization: Bearer <User API Key>' \
--header 'accept: application/json'
curl --request GET \
--url 'https://eu-api.bigpanda.io/resources/v2.1/mapping-enrichment/{mapping_enrichment_id}/map?page=1&per_page=20' \
--header 'Authorization: Bearer <User API Key>' \
--header 'accept: application/json'
Usage
Use this action to retrieve a specific mapping enrichment table. This only applies to Mapping Enrichments and not for standard Enrichments.
The result yields a total_count
field that represents the total number of mapping entries and the list of items
in the table.
Optional pagination parameters may be included to refine the results further. If used, these parameters are to be formatted at the end of the link:
GET resources/2.1/mapping-enrichment/{mapping_enrichment_id}/map?page&per_page