GET
/
v0
/
contract
/
{id}
/
violation-status
cURL
curl --request GET \
  --url 'https://api-(organization).gable.ai/v0/contract/{id}/violation-status'
{
  "violation_state": "violation",
  "violations": [
    {
      "message": "<string>",
      "field": "<string>",
      "fieldType": "<string>",
      "violationType": "MISSING_REQUIRED_PROPERTY",
      "expected": "<string>",
      "actual": "<string>"
    }
  ],
  "checkedAt": "2023-11-07T05:31:56Z"
}

Path Parameters

id
string<uuid>
required

UUID of the contract

Response

200
application/json

Contract

The response is of type object.