View a Project Aggregate by Budget Plan

get

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

This endpoint returns a project aggregate that meet the following requirements:
  • The object is associated with a budget plan with an ID value that matches one or more values of the {id} query parameter.

Request

Query Parameters
  • Collection Format: multi
    Unique identifiers of one or more budget plans.

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.