GET
/
v0
/
contract
/
{id}
/
activity
cURL
curl --request GET \
  --url 'https://api-(organization).gable.ai/v0/contract/{id}/activity'
[
  {
    "type": "CONTRACT_UPDATED",
    "datetime": "2023-11-07T05:31:56Z",
    "fileUri": "<string>",
    "gitUser": "<string>"
  }
]

Path Parameters

id
string<uuid>
required

UUID of the contract

Response

200
application/json

Successful response containing the activity events for the contract

List of contract activity events in chronological order (oldest first)