Get the specified release.
NOTE: Releases pertain to Production instances of the |
Version: v4
Request Type: GET
Endpoint:
/v4/releases/<id> |
where:
Parameter | Description |
---|---|
<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 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 } } |
Property | Description |
---|---|
id | Internal identifier for the release |
notes | Display value for notes that you can add to describe the release |
packageUuid | Internal identifier for the package |
active | If If set to |
createdAt | Timestamp for when the release was created. |
updatedAt | Timestamp for when the release was last updated. |
deployment.id | Internal identifier for the deployment to which the release is assigned |
creator.id | Internal identifier for the user who created the release |
updater.id | Internal identifier for the user who last updated the release |