Skip to main content
GET
Retrieve changes

Supported products

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

contractId
string
required

The unique identifier of the contract for which changes are being retrieved.

Response

successful operation

changes
object[]
required

An array of contract change objects, each representing a specific change made to the contract. Each item in the array is a ContractChangeResponse object.

Last modified on August 6, 2026