Get dashboard KPIs
Optional
⏳ Pending - Waiting for backend endpoint
import { getDashboardKPIs } from "@cpod/sdk";const kpis = await getDashboardKPIs({ period: "week" });console.log(`Active users: ${kpis.activeUsers}`); Copy
import { getDashboardKPIs } from "@cpod/sdk";const kpis = await getDashboardKPIs({ period: "week" });console.log(`Active users: ${kpis.activeUsers}`);
Get dashboard KPIs