Analytics
Get Recommendation Analytics
This route allows you to view the recommendation analytics for a dataset.
post/api/analytics/recommendations
Headers
TR-Datasetstring uuid required
The dataset id or tracking_id to use for the request. We assume you intend to use an id if the value is a valid uuid.
Request body
Example request
{
"filter": {
"date_range": {
"gt": "2021-01-01 00:00:00.000",
"gte": "2021-01-01 00:00:00.000",
"lt": "2021-01-01 00:00:00.000",
"lte": "2021-01-01 00:00:00.000"
}
}
}Response
The recommendation analytics for the dataset