View Change Order Line Items by Parent

get

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

This endpoint returns change order line items 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.
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 : schema
Type: array
Show Source
Nested 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

204 Response

Successful operation with no content.