//////////////////////////////////////////////////////////////////////////////////////////////
// DO NOT MODIFY THIS FILE //
// This file is automatically generated by ZenStack CLI and should not be manually updated. //
// Source: schema.zmodel · Generated: 2026-02-23 //
//////////////////////////////////////////////////////////////////////////////////////////////
Index / Procedures / getWorkspaceAnalytics
Retrieve workspace analytics including article counts, total views, and member activity metrics.
Returns aggregated statistics computed from the underlying views. Results are cached for 5 minutes to reduce database load.
Defined in: procedures.zmodel
Declaration · procedures.zmodel
procedure getWorkspaceAnalytics(
workspaceId: String
): WorkspaceAnalyticsInput parameters accepted by this procedure.
| Parameter | Type | Required |
|---|---|---|
workspaceId |
String |
Yes |
The return type of this procedure.
Previous: cancelSubscription · Next: inviteMember