Get the specified deployment.
NOTE: Deployments pertain to Production instances of the |
Version: v4
Request Type: GET
Endpoint:
/v4/deployments/<id> |
where:
Parameter | Description |
---|---|
<id> | Internal identifier for the deployment |
Request URI - Example:
/v4/deployments/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:
None.
Response Status Code - Success: 200 - OK
Response Body Example:
{ "id": 1, "name": "Test Deployment", "createdAt": "2019-02-13T20:14:48.537Z", "updatedAt": "2019-02-13T20:14:48.537Z", "creator": { "id": 7 }, "updater": { "id": 7 } } |
Property | Description |
---|---|
id | Internal identifier for the deployment |
name | Display name for the deployment. This value appears in the user interface. |
createdAt | Timestamp for when the deployment was created. |
updatedAt | Timestamp for when the deployment was last updated. |
creator.id | Internal identifier for the user who created the deployment. |
updater.id | Internal identifier for the user who last updated the deployment. |