View Change Orders by Parent and Code

get

/primeapi/restapi/changeOrder/workspace/{worksaceCode}/project/{projectCode}/associatedAgreement/{associatedAgreementCode}/type/{agreementType}/code/{changeOrderCode}

This endpoint returns change orders that meet the following requirements:
  • The object is associated with a workspace with a code value that matches the value of the {workspaceCode} path parameter.
  • The object is associated with a project with a code value that matches the value of the {projectCode} path parameter.
  • The object has a code that matches the value of the {changeOrderCode} path parameter.
  • The object is associated with an agreement that has a type that matches the value of the {agreementTyp} path parameter.
Change orders are documented changes that have been made to contracts or commitments.

Request

Path Parameters

Response

Supported Media Types

200 Response

successful operation
Body ()
Root Schema : ApiEntityChangeOrder
Type: object
Show Source
Nested Schema : ApiEntityChangeOrderConfiguredFields
Type: object
Show Source
Nested Schema : ApiEntityChangeOrderCost
Type: object
Show Source
Nested Schema : ApiEntityCmStatusTransitionData
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 order does not exist, or you do not have access to it.