Get the activity events for a contract
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>" } ]
UUID of the contract
Successful response containing the activity events for the contract
List of contract activity events in chronological order (oldest first)