Testing: Analytics
Test dashboards, reports, and data export.
Demo Credentials
| Role | Password | Tenant | |
|---|---|---|---|
| Admin | daniel.harris@example.com | Demo1234! | demo-association |
Test 1: Analytics Overview
- 🟢 Easy — Click Around
- 🔵 Advanced — API / Code
- Click Analytics in the sidebar
- ✅ See overview with member, financial, and event stats
curl -s https://ams.14.jugaar.ai/api/v1/analytics/overview \
-H "Authorization: Bearer $TOKEN"
Test 2: Dashboards
- 🟢 Easy — Click Around
- 🔵 Advanced — API / Code
- Check the dashboards section
- ✅ See pre-built dashboard views
curl -s https://ams.14.jugaar.ai/api/v1/analytics/dashboards \
-H "Authorization: Bearer $TOKEN"
Test 3: Reports
- 🟢 Easy — Click Around
- 🔵 Advanced — API / Code
- Check the reports section
- ✅ See available reports
curl -s https://ams.14.jugaar.ai/api/v1/analytics/reports \
-H "Authorization: Bearer $TOKEN"