...
- Drilling Down Through Categories via REST API
- Retrieving Specific Records through a Drill Down Search via REST API
- Retrieving the Number of Records Matching the Drill Down Criteria via REST API
- Retrieving the Event Count of Range Facets
Facet usage types
Facets are used in the Analytics REST API and Data Explorer in WSO2 DAS. Different usage types of facets are described below.
...
Code Block | ||
---|---|---|
| ||
POST https://localhost:9443/analytics/drillDownrangecount { "tableName": "BOOK_STORE", "rangeField" : "PRICE", "ranges" : [ { "label" : "20USD - 30USD", "from" : 20, "to" : 30 }, { "label" : "30USD - 40USD", "from" : 30, "to" : 40 } ], "query" : "*:*" } |
...