Artboard
Deployments

Get a Sub-Deployment

Returns the sub-deployment data for the given sub-deployment Id

GET
/otto/api/deployment/{id}

Path Parameters

id*integer

Sub-deployment Id to get

Range0 < value <= 9007199254740991

Response Body

application/json

application/json

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