get https://api.bigpanda.io/resources/v1.0/enrichments/
Retrieves a specific definition for an enrichment schema.
Authentication
All BigPanda APIs require Bearer Token Authorization in the call headers.
This API uses the Org Token type of Authorization token.
Literal Pipes in Tag Values
Pipes: |
are used in BigPanda as a delimiter for array values.
If the value should have a literal pipe, wrap the entire cell in three quotes:
"""this is a | literal pipe"""
If the value should have both a literal pipe and quotation marks, then the cell should be wrapped in three quotes, and the quoted text needs to be wrapped in four quotes:
"""this is a | literal pipe with """"quoted"""" text"""
Returns
Enrichments object for the specified enrichment, if a valid identifier was provided. Possible response codes include:
200 OK
404 Not Found
—the specified enrichmentid
does not exist or the request URL is incorrect. You can list all enrichments to find the correct enrichmentid
.