Environment Analytics
Get all v4 APIs with hits count per API sorted by mostly requested
Get v4 API analytics top hits counts. All APIs are sorted starting from the most requested ones.
get/analytics/top-hits
Query parameters
frominteger
The timestamp in ms from which the logs will be returned.
tointeger
The timestamp in ms to which the logs will be returned.
Response
Analytics for v2 and v4 top hits APIs at environment level
Example response
{
"data": [
{
"id": "00f8c9e7-78fc-4907-b8c9-e778fc790750",
"name": "Sample API Name",
"count": 675234,
"definitionVersion": "v4"
}
]
}