View a Project Aggregate by Reference ID and Rollup Type

get

/api/restapi/projectsAggregate/reference/{referenceObjectId}/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 {referenceObjectId} path parameter.
  • The object has a rollup with an ID value that matches the value of the {rollupId} path parameter.

Request

Path Parameters

There's no request body for this operation.

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