User Access Analytics
IDE Services provide access analytics to help administrators understand how users interact with platform components. The data reflects actual requests made by users to the server.
Access data
Use the endpoint to get user access records for a given date range:
GET /api/usage-analytics/users/analytics?from={YYYY-MM-DD}&to={YYYY-MM-DD}
Each record indicates whether each user accessed a specific IDE Services component on a given date.
Example response:
{
"date": "2025-05-07",
"userId": "12fd2851-9519-4a6f-abcb-cd67854570f3",
"userEmail": "toolbox.admin@example.com",
"hasRequestedFromTBA": true,
"hasRequestedFromIde": true,
"hasRequestedFromLv": true,
"hasRequestedFromAi": true,
"hasRequestedFromCwm": true
}
Last modified: 21 May 2025