View a Project Aggregate by Budget Plan

post

/api/restapi/projectsAggregate/capitalPlan

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

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : List<String>
Type: array
Title: List<String>
Show Source
Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : List<ApiEntityProjectsAggregate>
Type: array
Title: List<ApiEntityProjectsAggregate>
Show Source
Nested Schema : ApiEntityProjectsAggregate
Type: object
Title: ApiEntityProjectsAggregate
Show Source
Nested Schema : projectAggregateFinancial
A project's aggregated cost information.
Match All
Show Source
Nested Schema : ApiEntityProjectsAggregateFinancial
Type: object
Title: ApiEntityProjectsAggregateFinancial
Show Source

204 Response

Successful operation with no content.

404 Response

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