Artboard

Get OttoFMS Info

Get information about the OttoFMS server and FileMaker Server.

GET
/otto/api/info

Response Body

application/json

application/json

curl -X GET "https://your.server.net/otto/api/info"
{
  "response": {
    "Otto": {
      "version": "4.2.4",
      "build": "4.2.4.240318483",
      "themeColor": "#12b886",
      "environmentTag": "dev",
      "environmentTagColor": null,
      "serverNickname": "OttoFMS Dev",
      "isLicenseValid": true,
      "isOCCConnected": false
    },
    "FileMakerServer": {
      "version": {
        "long": "20.3.2 205(01-24-2024)",
        "short": "20.3.2",
        "major": 20,
        "minor": 3,
        "patch": 2
      },
      "fmsRunning": true,
      "serverId": "AFSDLKFJH0197283451LK32JHG4ASO9D8FYALKSDHGBJFG",
      "host": "fms.example.com"
    }
  },
  "messages": [
    {
      "code": 0.1,
      "text": "ok"
    }
  ]
}
{
  "response": {},
  "messages": [
    {
      "code": 18011,
      "text": "OttoFMS sample error"
    }
  ]
}