{
  "algorithm": {
    "parameters": [
      {
        "name": "args",
        "type": "ArgsListConnections"
      }
    ],
    "statements": [],
    "typeReturn": "list(BirConnection)",
    "variables": []
  },
  "routing": {
    "method": "GET",
    "parameters": [
      {
        "bind": "args.filter",
        "in": "Query",
        "name": "filter",
        "remarks": "For filtering."
      },
      {
        "bind": "args.offset",
        "in": "Query",
        "name": "offset",
        "remarks": "Requested index for start the results to be provided in response."
      },
      {
        "bind": "args.limit",
        "in": "Query",
        "name": "limit",
        "remarks": "Requested number results to be provided in response."
      },
      {
        "bind": "args.code",
        "in": "Query",
        "name": "code",
        "remarks": ""
      },
      {
        "bind": "args.from",
        "in": "Query",
        "name": "from",
        "remarks": ""
      },
      {
        "bind": "args.user",
        "in": "Query",
        "name": "user",
        "remarks": ""
      },
      {
        "bind": "args.to",
        "in": "Query",
        "name": "to",
        "remarks": ""
      },
      {
        "bind": "args.sortBy",
        "in": "Query",
        "name": "sortBy",
        "remarks": ""
      },
      {
        "bind": "args.status",
        "in": "Query",
        "name": "status",
        "remarks": ""
      },
      {
        "bind": "args.tenantId",
        "in": "Query",
        "name": "tenantId",
        "remarks": ""
      }
    ],
    "path": "/connection",
    "remarks": "Allows to get a list of BirInteractionConnections.",
    "responses": []
  }
}