Activity Aggregate REST Endpoints

Activity Aggregate
Use the Activity Aggregate service to view activity groupings. Activity aggregates sum the activity data of activities that meet certain criteria. Use activity aggregates to access a general overview of activity data for a particular project, work package, or portfolio.
View a WBS Activity Aggregate by Project
Method: get
Path: /primeapi/restapi/activityAggregate/wbs/projects?id={id}
View a Work Package Activity Aggregate by Portfolio
Method: get
Path: /primeapi/restapi/activityAggregate/workPackage/portfolio?id={id}
View a Work Package Activity Aggregate by Projects
Method: get
Path: /primeapi/restapi/activityAggregate/workPackage/project?id={id}
View an Activity Aggregate
Method: get
Path: /primeapi/restapi/activityAggregate/{id}
View an Activity Aggregate by Project
Method: get
Path: /primeapi/restapi/activityAggregate/projects?id={id}