Deployments
Get a Deployment by ID.
get/deployments/{id}
Path parameters
idstring required
ID of the Deployment to load.
Response
The requested Deployment.
Example response
{
"ChannelId": "Channels-1",
"EnvironmentId": "Environments-1",
"ExecutionPlanLogContext": {
"Steps": [
{
"CorrelationId": "0c5a872485ac4b10857939a92d082e67"
}
]
},
"Id": "Deployments-1",
"ProjectId": "Projects-1",
"ReleaseId": "Releases-1",
"SpaceId": "Spaces-1",
"TaskId": "ServerTasks-1",
"TenantId": "Tenants-1"
}