Skip to content

Latest commit

 

History

History
62 lines (40 loc) · 1.64 KB

File metadata and controls

62 lines (40 loc) · 1.64 KB
//////////////////////////////////////////////////////////////////////////////////////////////
// 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

getWorkspaceAnalytics Query

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
): WorkspaceAnalytics

📥 Parameters

Input parameters accepted by this procedure.

Parameter Type Required
workspaceId String Yes

📤 Returns

The return type of this procedure.

WorkspaceAnalytics

diagram


📚 References


Previous: cancelSubscription · Next: inviteMember