{
  "algorithm": {
    "parameters": [
      {
        "name": "id",
        "type": "integer"
      }
    ],
    "statements": [],
    "typeReturn": "Log",
    "variables": []
  },
  "routing": {
    "method": "GET",
    "parameters": [
      {
        "bind": "id",
        "in": "Query",
        "name": "id",
        "remarks": "Comma separated list with the related objects to be retrieve with the main object."
      }
    ],
    "path": "/logs/{id}",
    "remarks": "Allows to get a BieInstanceLog.",
    "responses": []
  }
}