D toc |
---|
Get the specified deployment.
Info | ||||
---|---|---|---|---|
NOTE: Deployments pertain to Production instances of the
|
Version: v3
Required Permissions
D s api auth |
---|
Request
Request Type: GET
Endpoint:
Code Block |
---|
/v3/deployments/<id> |
where:
Parameter | Description |
---|---|
<id> | Internal identifier for the deployment |
Request URI - Example:
Code Block |
---|
/v3/deployments/3 |
Request Body:
Empty.
Response
Response Status Code - Success: 200 - OK
Response Body Example:
Code Block |
---|
{ "id": 3, "name": "Payments Deployment", "createdAt": "2017-09-27T07:00:00.000Z", "updatedAt": "2017-09-30T00:17:00.079Z", "createdBy": 1, "updatedBy": 2 } |
Reference
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. |
createdBy | Internal identifier for the user who created the deployment. |
updatedBy | Internal identifier for the user who last updated the deployment. |