Get Mappings
GET/mappings
Returns a list of mappings; available as an Add-On Module
Request
Query Parameters
Site Identifier
Limit Results
10Next page of results token
Responses
- 200
200 OK
Response Headers
Access-Control-Allow-Origin
string
Access-Control-Allow-Methods
string
Access-Control-Allow-Headers
string
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
]
]
mappings
object[]
Mapping Identifier
Name of Mapping
Description of Mapping
attributes
object[]
List of attributes
Attribute Key
Attribute Source Type
Possible values: [CONTENT, CONTENT_KEY_VALUE, METADATA, MANUAL, DATA_CLASSIFICATION, MALWARE_SCAN]
Default value
Default values
Attribute Label Matching Type
Possible values: [FUZZY, EXACT, BEGINS_WITH, CONTAINS]
Attribute Metadata Field
Possible values: [USERNAME, PATH, CONTENT_TYPE]
Attribute Value Regex Validation
Next page of results token
{
"mappings": [
{
"mappingId": "string",
"name": "string",
"description": "string",
"attributes": [
{
"attributeKey": "string",
"sourceType": "CONTENT",
"defaultValue": "string",
"defaultValues": [
"string"
],
"labelTexts": [
"string"
],
"labelMatchingType": "FUZZY",
"metadataField": "USERNAME",
"validationRegex": "string"
}
]
}
],
"next": "string"
}