List Versions of a ContractAsk AIget https://api.pactsafe.com/v1.1/contracts/{contract_id}/versionsList Versions of a ContractPath Paramscontract_idintegerrequiredThe ID of your contract.Query ParamspageintegerPage number to offset results for pagination. Defaults to 1.per_pageintegerfilterstringFilter activities by the various fields. Note the use of 'and' between the fields. Example: event_type==agreed and [email protected].sortstringSort the results of your call by a field in the Request.expandstringExpands objects that only return an ID. Works up to 2 levels deep.fieldsstringResponses 200An array of Contract Versions 400Bad request. 401The requester is unauthorized. 404Not found.Updated 7 months ago