Возвращает агрегированную скоринговую статистику по дням для конкретного ваучера. Опционально включает рекомендации по улучшению вождения.
curl -i -X GET \
'https://dev.api.exodrive.ai/api/v2/StatisticSummingDay?daysCount=0&includeAnomalyData=false&includeRecommendations=false&skipDaysCount=0&voucherId=string' \
-H 'Authorization: YOUR_API_KEY_HERE'No response examplecurl -i -X GET \
'https://dev.api.exodrive.ai/api/v2/StatisticSummingGlobal?voucherId=string' \
-H 'Authorization: YOUR_API_KEY_HERE'curl -i -X GET \
'https://dev.api.exodrive.ai/api/v2/StatisticSummingMonth/all?voucherId=string' \
-H 'Authorization: YOUR_API_KEY_HERE'No response examplecurl -i -X GET \
'https://dev.api.exodrive.ai/api/v2/StatisticSummingPeriod?From=0&Id=string&IncludeAnomalyData=true&IncludeCrashData=true&IncludeRecommendations=true&To=0' \
-H 'Authorization: YOUR_API_KEY_HERE'