Artboard
Builds

List Builds

List all builds in the server outbox

GET
/otto/api/build/list

Query Parameters

inboxOrOutbox?string

GET /otto/api/build/list Parameter

Default"outbox"
Value in"inbox" | "outbox"

Response Body

application/json

application/json

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