v1

latestOpenAPI 3.0.12026-07-135210550.0 KB
Finalize Statuses

List Statuses

get/finalize/v2/statuses

Query parameters

pageinteger

Which page of statuses to get.

per_pageinteger

How many statuses to get per page.

Response

success

total_countinteger required

Total number of items returned

Example response

{
  "data": [
    {
      "id": "77c1e48c-23c2-4958-9dcb-84f23d896512",
      "name": "Internal Review",
      "description": "This is where an agreement starts when an agreement is directly drafted from a third party paper template, an our-paper template or agreement is sent to Finalize.",
      "internal_enum": "internal_review"
    }
  ],
  "total_count": 1,
  "_links": {
    "next": {
      "href": "https://api.linksquares.com/api/finalize/v2/statuses?page=3&per_page=1"
    },
    "prev": {
      "href": "https://api.linksquares.com/api/finalize/v2/statuses?page=1&per_page=1"
    }
  }
}