Progression

Get the progress of a release in the environment lifecycle.

get/projects/{projectId}/progression/v1

Path parameters

projectIdstring required

ID of the Project

Query parameters

releaseHistoryCountinteger

Number of releases to include per environment/channel/tenant combination. Defaults to 3. Maximum allowed is 100.

Response

The requested Project Progression information

Example response

{
  "Progression": {
    "Releases": [
      {
        "Channel": {
          "ParentEnvironmentId": "Environments-1",
          "ProjectId": "Projects-1",
          "SpaceId": "Spaces-1"
        },
        "NextDeployments": [
          "Environments-1",
          "..."
        ],
        "Release": {
          "ChannelId": "Channels-1",
          "Id": "Releases-1",
          "ProjectId": "Projects-1",
          "SpaceId": "Spaces-1"
        }
      }
    ]
  }
}

Changes

No recorded changes to this endpoint across all 7 revisions of this API.