Create a report of aggregated api request metrics for a given time range and list of organisations.
Security
api_key
request aggregated api request metrics data for a set of orgs and a given time range.
It is the upper bound of the date range for which to return data. The endDate is non-inclusive; i.e, the returned data will be for dates from startDate to endDate-1
- Mock serverhttps://coreapi.hoxton.ai/_mock/v1/aggregated-api-request-metrics-reports
- https://nexus.hoxton.ai/api/v1https://nexus.hoxton.ai/api/v1/aggregated-api-request-metrics-reports
curl -i -X POST \
https://coreapi.hoxton.ai/_mock/v1/aggregated-api-request-metrics-reports \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{
"clientIds": [
"string"
],
"endDate": "2019-08-24",
"startDate": "2019-08-24"
}'Response
[ { "clientID": "string", "dailyAPICallCount": 0, "dailyActiveUser": 0, "organisationID": "c9a1447d-b72f-46e6-b1d0-da6e4d92aa47", "time": "2019-08-24T14:15:22Z" } ]