View a CBS Sheet Total Cost Row by Project

get

/primeapi/restapi/cbs/project/{id}/totalCost

This endpoint returns CBS sheet total cost rows that meet the following requirements:
  • The object belongs to a project with an ID value that matches the value of the {id} path parameter.
A CBS is used to track, manage, and report costs related to a project.

Request

Path Parameters

Response

Supported Media Types

200 Response

successful operation
Body ()
Root Schema : ApiEntityCBSSheetCode
Type: object
Show Source
Nested Schema : ApiEntityCBSSheetRow
Type: object
Show Source
Nested Schema : ApiEntityCBSSheetRowCost
Type: object
Show Source
Nested Schema : Hour
Type: object
Show Source
Nested Schema : ApiEntityCBSSheetRowConfiguredFields
Type: object
Show Source
Nested Schema : costFlexMap
Type: object
Additional Properties Allowed
Show Source
An object containing cost fields in the form of key-value pairs.
Nested Schema : otherFlexMap
Type: object
Additional Properties Allowed
Show Source
An object containing non-cost and non-text fields in the form of key-value pairs.
Nested Schema : textFlexMap
Type: object
Additional Properties Allowed
Show Source
An object containing text fields in the form of key-value pairs.
Nested Schema : additionalProperties
Type: object
Nested Schema : additionalProperties
Type: object
Nested Schema : additionalProperties
Type: object
Nested Schema : Cost
Type: object

404 Response

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