v1
latestOpenAPI 3.0.32026-07-22238629559.2 KBSupplyChainService
List dependencies
post/api/v1/deployments/{deploymentId}/dependencies
Path parameters
deploymentIdstring int64 required
Deployment ID (numeric). Example: 123. Can be found at /deployments, or in your Settings in the web UI.
Request body
Example request
{
"pageSize": 1000
}Response
OK
Example response
{
"dependencies": [
{
"id": "1",
"name": "dependency1",
"version": "1.0.0"
},
{
"id": "2",
"name": "dependency2",
"version": "2.0.0"
}
]
}