Get punctuality aggregation
Retrieves punctuality metrics aggregated over calendar entries.
x-api-key<token>
API key for authentication
In: header
Query Parameters
patient?string
A valid MongoDB ObjectId
fromstring
tostring
Response Body
application/json
curl -X GET "https://api.memo.wirewire.de/v1/calendars/aggregation?from=string&to=string"{
"averagePunctuality": 3,
"trafficLight": "green",
"entries": []
}