v2

latestOpenAPI 3.0.12026-07-262352981007.0 KB
Stages

Get a stage set

Returns the specified stage set.

get/stagesets/{id}

Path parameters

idstring required

Response

When request is successful. Returns a 'StageSet' object.

hrefstring nullable
relationstring nullable
methodstring nullable
idstring nullable

Unique identifier of the stage set.

versionIdstring nullable

Version id of the record.

namestring nullable

Name of the stage set.

isDeletedboolean

True when the stage set is deleted.

lastUpdatedinteger

Timestamp when the stage set was last updated.

Example response

{
  "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
}