View a Workspace Total Item by ID and Template Type

get

/api/restapi/cbs/aggregate/reference/{referenceObjectId}

This endpoint returns workspace total items 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 template with a type that matches one or more values of the {templateType} query parameter.
A CBS is used to track, manage, and report costs related to a project.

Request

Path Parameters
Query Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : ApiEntityWorkspaceTotalItem
Type: object
Title: ApiEntityWorkspaceTotalItem
Show Source
Nested Schema : workspaceTotalRow
Defines the spread rows for a workspace total item.
Match All
Show Source
Nested Schema : workspaceTotalRowCost
Defines the cost associated with the spread rows of the workspace total item.
Match All
Show Source
Nested Schema : ApiEntityWorkspaceTotalRow
Type: object
Title: ApiEntityWorkspaceTotalRow
Show Source
Nested Schema : ApiEntityWorkspaceTotalRowCost
Type: object
Title: ApiEntityWorkspaceTotalRowCost
Show Source

404 Response

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