Get the specified release.

NOTE: Releases pertain to Production instances of the . For more information, see Overview of Deployment Manager.

Version:  v4

Required Permissions

Request

Request Type: GET

Endpoint:

/v4/releases/<id>

where:

ParameterDescription
<id>Internal identifier for the release

Request URI - Example:

/v4/releases/1

Query parameter reference:

The following query parameters can be submitted with this endpoint:

For more information, see API Common Query Parameters v4.

Request Body:

Empty.

Response

Response Status Code - Success:  200 - OK

Response Body Example:

{
    "id": 1,
    "notes": "example_flow",
    "packageUuid": "9bae78c0-2fcb-11e9-9523-77f56ed58844",
    "active": null,
    "createdAt": "2019-02-13T20:39:41.764Z",
    "updatedAt": "2019-02-13T20:42:08.746Z",
    "deployment": {
        "id": 1
    },
    "creator": {
        "id": 7
    },
    "updater": {
        "id": 7
    }
}

Reference

PropertyDescription
idInternal identifier for the release
notesDisplay value for notes that you can add to describe the release
packageUuidInternal identifier for the package
active

If true, the release is the active one for the deployment.

If set to null, the release is not active.

createdAtTimestamp for when the release was created.
updatedAtTimestamp for when the release was last updated.
deployment.idInternal identifier for the deployment to which the release is assigned
creator.idInternal identifier for the user who created the release
updater.idInternal identifier for the user who last updated the release