get https://api.bigpanda.io/resources/v1.0/enrichments//map
Retrieves a specific mapping enrichment table with the ability to show results by page numbers.
Authentication
All BigPanda APIs require Bearer Token Authorization in the call headers.
This API uses the Org Token type of Authorization token.
Sample Calls
curl --request GET \
--url https://api.bigpanda.io/resources/v1.0/enrichments/8ded2313-0ebd-42e5-a36c-120420674863/map \
--header 'Authorization: Bearer <ORG TOKEN>' \
--header 'accept: application/json'
curl --request GET \
--url https://eu-api.bigpanda.io/resources/v1.0/enrichments/8ded2313-0ebd-42e5-a36c-120420674863/map \
--header 'Authorization: Bearer <ORG TOKEN>' \
--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 /enrichments/{ID}/map?page&per_page