View a Project Aggregate by Reference ID and Rollup Type

get

/primeapi/restapi/projectsAggregate/reference/{refId}/rollupType/{rollupType}

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

Request

Path Parameters
  • Reference ID and rollup type for the projects aggregates to be found.
  • The rollup type of a project aggregate.
    Allowed Values: [ "PROJECT_2_CAPITAL_PLAN", "PROJECT_PORTFOLIO" ]

Response

Supported Media Types

200 Response

successful operation
Body ()
Root Schema : schema
Type: array
Show Source
Nested 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

204 Response

Successful operation with no content.

404 Response

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