Artboard
Builds

List builds from database

List all builds stored in the database

GET
/otto/api/build/db/list

Response Body

application/json

application/json

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