GetProjectActivityStatsArgs
type GetProjectActivityStatsArgs = {
eventType?: InsightsEventType;
includeWeeklyCounts?: boolean;
objectType?: InsightsObjectType;
weeks?: number;
};
Arguments for getting project activity stats.
See
Properties
eventType?
optional eventType: InsightsEventType;
The type of event to count (default: 'COMPLETED').
includeWeeklyCounts?
optional includeWeeklyCounts: boolean;
Whether to include weekly rollup counts in the response.
objectType?
optional objectType: InsightsObjectType;
The type of object to get activity counts for (default: 'ITEM').
weeks?
optional weeks: number;
Number of weeks of activity counts to retrieve (1-12, default 2).