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: getPath:
/primeapi/restapi/activityAggregate/wbs/projects?id={id}
- View a Work Package Activity Aggregate by Portfolio
- Method: getPath:
/primeapi/restapi/activityAggregate/workPackage/portfolio?id={id}
- View a Work Package Activity Aggregate by Projects
- Method: getPath:
/primeapi/restapi/activityAggregate/workPackage/project?id={id}
- View an Activity Aggregate
- Method: getPath:
/primeapi/restapi/activityAggregate/{id}
- View an Activity Aggregate by Project
- Method: getPath:
/primeapi/restapi/activityAggregate/projects?id={id}