View Project Aggregates by Project Portfolio

get

/primeapi/restapi/projectsAggregate/projectPortfolio?id={id}

This endpoint returns project aggregates that meet the following requirements:
  • The object is associated with a portfolio with an ID value that matches the value of the {portfolioId} path parameter.

Request

Query Parameters
  • Collection Format: multi
    IDs of the project portfolios for which projects aggregates has to be found.

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.