Artboard
Deployments

Get Deployment Batches

GET
/otto/api/deployment/batches

Query Parameters

offset?number

GET /otto/api/deployment/batches Parameter

limit?number

GET /otto/api/deployment/batches Parameter

Response Body

application/json

application/json

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