Get data of specific metric records (unaggregated)
Security
ApiKeyAuth
POST
- GetMetricRecordsDataInputCsidFilter
- GetMetricRecordsDataInputPeriodFilter
- Example0
- Example1
curl -i -X POST \
'https://dev.dixa.io/v1/analytics/records?pageLimit=0&pageKey=string' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{
"id": "closed_conversations",
"periodFilter": {
"value": {
"_type": "PreviousWeek"
},
"_type": "Preset"
},
"filters": [
{
"attribute": "initial_direction",
"values": [
"INBOUND"
]
}
],
"timezone": "Europe/Copenhagen"
}'Response
- No Value Metric Records Data Example
- Metric Records Data Example
{ "data": [ { … }, { … } ] }