Get analytics
GET/api/v4/analytics/old
Get some analytics data about the system. This endpoint uses the old format, the /analytics route is reserved for the new format when it gets implemented.
The returned JSON changes based on the name query parameter but is always key/value pairs.
Minimum server version: 4.0
Permissions
Must have manage_system permission.
Request
Responses
- 200
- 400
- 401
- 403
Analytics retrieval successful
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions