This endpoint lists all available properties of a record to use for querying its data
Security
ApiKeyAuth
GET
curl -i -X GET \
'https://dev.dixa.io/v1/analytics/records/{recordId}' \
-H 'Authorization: YOUR_API_KEY_HERE'Response
{ "data": { "id": "ratings", "description": "Conversation Ratings", "filters": [ … ], "relatedMetricIds": [ … ], "fieldsMetadata": [ … ] } }