v2

latestOpenAPI 3.0.12026-07-262352981007.0 KB
Stages

Get stage sets for the firm

Returns a list of stage sets for the firm.

get/stagesets

Query parameters

Offsetinteger
Limitinteger
UpdatedSinceinteger

Returns items updated since a specified time (.net ticks representation of the UTC datetime).

LastUpdatedstring date-time

Deprecated, use updatedSince Returns items updated since a specified time.

Response

When request is successful. Returns a paged collection of 'StageSet' objects.

idstring nullable
hrefstring nullable
relationstring nullable
methodstring nullable
offsetinteger nullable
limitinteger nullable
sizeinteger

Example response

{
  "value": [
    {
      "id": "6ccc033d-67c9-4090-8705-3aff0c5a8cfb",
      "versionId": "499244ff-651f-4f66-b618-9defde27c281",
      "name": "Review contract",
      "isDeleted": true,
      "stages": [
        {
          "id": "45b94df1-1657-48b0-ae81-583b42ed52d6",
          "versionId": "09d1f360-b810-4a63-acaa-5ed81a551f06",
          "name": "Review contract",
          "isDeleted": true,
          "lastUpdated": 637847425252027400
        }
      ],
      "lastUpdated": 637847425252027400
    }
  ]
}