Skip to main content
You can also use NSContactAgent to check what’s going on.

GetMyActiveContacts

Here we get all activities that happened the last week for companies tied to the currently signed-in user. You can filter by category and action type.
Set the start time to a future date to get all activities since the last sign-in.

NSContactSummary GetContactSummary(Integer contactId, Integer limit)

Get a summary of a company’s recent activity.
You can explore other collections in the activity summary too.

Action types

To request more than one action type, summarize the values. 63 means include all.

Related topics

ActivitiesActivity