v1

latestOpenAPI 3.0.12026-07-135210550.0 KB
Finalize Agreement Versions

List Agreement Versions

get/finalize/v2/agreements/{agreement_id}/agreement_versions

Path parameters

agreement_idstring uuid required

The UUID of the agreement record.

Response

success

total_countinteger required

Total number of items returned

Example response

{
  "data": [
    {
      "file_name": "LinkSquares_NDA.docx"
    }
  ],
  "total_count": 1,
  "_links": {
    "next": {
      "href": "https://api.linksquares.com/api/finalize/v2/agreements/894e86b8-2866-494e-bb16-5aa19fce3348/agreement_versions?page=3&per_page=1"
    },
    "prev": {
      "href": "https://api.linksquares.com/api/finalize/v2/agreements/894e86b8-2866-494e-bb16-5aa19fce3348/agreement_versions?page=1&per_page=1"
    }
  }
}