Artboard
Deployments

Get Sub-Deployments for a Deployment

GET
/otto/api/deployment/batches/{batchId}/deployments

Path Parameters

batchId*integer

GET /otto/api/deployment/batches/:batchId/deployments Parameter

Range0 < value <= 9007199254740991

Response Body

application/json

application/json

curl -X GET "https://your.server.net/otto/api/deployment/batches/9007199254740991/deployments"
{
  "response": {},
  "messages": [
    {
      "code": 0,
      "text": "ok"
    }
  ]
}
{
  "response": {},
  "messages": [
    {
      "code": 18011,
      "text": "OttoFMS sample error"
    }
  ]
}