getActivityCounters( )


Retrieves activity counters for the specified site member, including all public counters and any private counters owned by the authenticated caller.

Note: Make sure to pass a memberId and not a contactId to identify the member. Any relationship between a member's memberId and contactId is coincidental.

Method Declaration
Copy
Method Parameters
memberIdstringRequired

Member ID whose counters will be returned.

Returns
Return Type:Promise<GetActivityCountersResponse>
Errors

This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?