View a Project Aggregate by Rollup

get

/primeapi/restapi/projectsAggregate/rollupId/{rollupId}

This endpoint returns project aggregates that meet the following requirements:
  • The object has a rollup with an ID value that matches the value of the {rollupId} path parameter.

Request

Path Parameters

Response

Supported Media Types

200 Response

successful operation
Body ()
Root Schema : ApiEntityProjectsAggregate
Type: object
Show Source
Nested Schema : Duration
Type: object
Show Source
Nested Schema : Percent
Type: object
Show Source
Nested Schema : ApiEntityProjectsAggregateFinancial
Type: object
Show Source
Nested Schema : ApiEntityProjectsAggregateConfiguredFields
Type: object
Show Source
Nested Schema : Cost
Type: object
Nested Schema : costFlexMap
Type: object
Additional Properties Allowed
Show Source
Nested Schema : otherFlexMap
Type: object
Additional Properties Allowed
Show Source
Nested Schema : additionalProperties
Type: object
Nested Schema : additionalProperties
Type: object

404 Response

The requested projects aggregate does not exist, or you do have access to it.