Search Registered Query For Facet
Lists the values of a specific facet over the customer's non-deleted derived metric definitions
facet
{
"limit": 0,
"offset": 0,
"query": [
{
"key": "string",
"value": "string",
"values": [
"string"
],
"matchingMethod": "string",
"negated": false,
"start": 0,
"end": 0
}
],
"facetQuery": "string",
"facetQueryMatchingMethod": "string"
}
The number of results to return. Default: 100, Maximum allowed: 1000
The number of results to skip before returning values. Default: 0
A list of queries by which to limit the search results. Entities that match ALL queries in the list are returned
A string against which facet results are compared. If the facet result CONTAINs, STARTSWITH, or is an EXACT match for this value, as specified by facetQueryMatchingMethod, then it is returned.
The matching method used to filter when 'facetQuery' is used. Defaults to CONTAINS.
successful operation
{
"status": {
"result": "string",
"message": "string",
"code": 0
},
"response": {
"items": [
"string"
],
"offset": 0,
"limit": 0,
"cursor": "string",
"totalItems": 0,
"moreItems": false,
"sort": {
"ascending": false,
"field": "string",
"default": false
}
}
}