View a CBS by ID and Type

get

/primeapi/restapi/cbs/{id}?type={type}

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

Request

Path Parameters
Query Parameters
  • The type(workspace or project) for which to load CBS codes.
    Allowed Values: [ "workspace", "project" ]

Response

Supported Media Types

200 Response

Returns the workspace CBS for the specified workspace CBS ID and type
Body ()
Root Schema : ApiEntityCBSTemplateCode
Type: object
Show Source
Nested Schema : ApiEntityCBSTemplateRow
Type: object
Show Source
Nested Schema : ApiEntityCBSTemplateRowCost
Type: object
Show Source
Nested Schema : Hour
Type: object
Show Source
Nested Schema : ApiEntityCBSTemplateRowConfiguredFields
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.