View a Work Package Aggregate by Reference

get

/primeapi/restapi/workPackageAggregate/reference/{id}?rollupType={rollupType}

This endpoint returns work package 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.

Request

Path Parameters
Query Parameters
  • Rollup type.
    Allowed Values: [ "WORK_PACKAGE_TO_WBS", "WORK_PACKAGE_TO_PROJECT" ]

Response

Supported Media Types

200 Response

successful operation
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : ApiEntityWorkPackageAggregate
Type: object
Show Source
Nested Schema : Percent
Type: object
Show Source
Nested Schema : Hour
Type: object
Show Source
Nested Schema : ApiEntityWorkPackageAggregateConfiguredFields
Type: object
Show Source
Nested Schema : ApiEntityWorkPackageCostAggregate
Type: object
Show Source
Nested Schema : costFlexMap
Type: object
Additional Properties Allowed
Show Source
Work package aggregate cost configured field object.
Nested Schema : otherFlexMap
Type: object
Additional Properties Allowed
Show Source
Work package aggregate other configured field object.
Nested Schema : textFlexMap
Type: object
Additional Properties Allowed
Show Source
Work package aggregate text configured field object.
Nested Schema : additionalProperties
Type: object
Nested Schema : additionalProperties
Type: object
Nested Schema : additionalProperties
Type: object
Nested Schema : Cost
Type: object

204 Response

Successful operation with no content.

404 Response

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