{
  "algorithm": {
    "parameters": [
      {
        "name": "args",
        "type": "ArgsScopesRetrieve"
      }
    ],
    "statements": [],
    "typeReturn": "Scope",
    "variables": []
  },
  "routing": {
    "method": "GET",
    "parameters": [
      {
        "bind": "args.scopeId",
        "in": "Query",
        "name": "scopeId",
        "remarks": "scopeId"
      }
    ],
    "path": "/settings/scopes/{scopeId}",
    "remarks": "Retrieve the scope",
    "responses": [
      {
        "httpStatus": "200",
        "remarks": "OK"
      },
      {
        "errorName": "Unauthorized",
        "httpStatus": "401",
        "remarks": "Unauthorized"
      },
      {
        "errorName": "NotFound",
        "httpStatus": "404",
        "remarks": "Not found"
      },
      {
        "errorName": "NotAcceptable",
        "httpStatus": "406",
        "remarks": "Not Acceptable"
      },
      {
        "errorName": "InternalServerError",
        "httpStatus": "500",
        "remarks": "500 message"
      }
    ]
  }
}