View a Change Estimate by Parent and Code

get

/primeapi/restapi/changeEstimate/byItemCode?worksaceCode={worksaceCode}&projectCode={projectCode}&changeEventCode={changeEventCode}&changeEstimateCode={changeEstimateCode}

This endpoint returns change estimates that meet the following requirements:
  • The object has a code that matches the value of the {code} path parameter.

Request

Query Parameters

Response

Supported Media Types

200 Response

successful operation
Body ()
Root Schema : ApiEntityChangeEstimate
Type: object
Show Source
Nested Schema : ApiEntityChangeEstimateConfiguredFields
Type: object
Show Source
Nested Schema : ApiEntityChangeEstimateCost
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 change estimate does not exist, or you do not have access to it.