Artboard
File notes

Get a file note by filename

Get File Note

Returns the note for a specific filename.

GET
/otto/api/file-notes/{filename}

Path Parameters

filename*string

GET /otto/api/file-notes/:filename Parameter

Response Body

application/json

application/json

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