[This is preliminary documentation and is subject to change.]
Gets the list of recent project activity

C# | Visual Basic | Visual C++ |
public List<ProjectActivity> GetRecentActivity( int projectId, params RecentActivityType[] activityTypes )
Public Function GetRecentActivity ( _ projectId As Integer, _ ParamArray activityTypes As RecentActivityType() _ ) As List(Of ProjectActivity)
public: List<ProjectActivity^>^ GetRecentActivity( int projectId, ... array<RecentActivityType>^ activityTypes )

- projectId (Int32)
- Project Id
- activityTypes (array< RecentActivityType >[]()[])
- The activity types you want to return.

List of all the project activities of the desired types.