View a Workspace Total Item by ID and Template Type

get

/primeapi/restapi/cbs/aggregate/reference/{id}?templateType={templateType}

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 {id} 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

Response

Supported Media Types

200 Response

successful operation
Body ()
Root Schema : ApiEntityWorkspaceTotalItem
Type: object
Show Source
Nested Schema : ApiEntityWorkspaceTotalRow
Type: object
Show Source
Nested Schema : ApiEntityWorkspaceTotalRowCost
Type: object
Show Source
Nested Schema : Hour
Type: object
Show Source
Nested Schema : Cost
Type: object

404 Response

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