v1

latestOpenAPI 3.0.12026-07-135210550.0 KB
Analyze Attachments

List Attachments

Retrieve all attachments associated with an agreement in Analyze.

get/analyze/v2/agreements/{id}/attachments

Path parameters

idstring required

Agreement ID

Query parameters

cursorstring

Specify uuid of the last agreement attachment from the collection for pagination

limitinteger

Specify the limit count of returned collection

Response

successful with limit param

Example response

{
  "next": {
    "href": "https://api.linksquares.com/api/finalize/v2/tags?cursor=0bbb5bb8-4036-11ee-82e0-9b1bc927e249"
  }
}