{
  "algorithm": {
    "parameters": [
      {
        "name": "organizationId",
        "type": "string"
      },
      {
        "name": "orgDecompCompId",
        "type": "string"
      }
    ],
    "statements": [],
    "typeReturn": "OrganizationComponent",
    "variables": []
  },
  "routing": {
    "method": "GET",
    "parameters": [
      {
        "bind": "organizationId",
        "in": "Path",
        "name": "organizationId",
        "remarks": "Organization Id"
      },
      {
        "bind": "orgDecompCompId",
        "in": "Path",
        "name": "orgDecompCompId",
        "remarks": "Organization Decomposition Id"
      }
    ],
    "path": "/organizations/{organizationId}/decompositions/{orgDecompCompId}",
    "remarks": "Get the organization decomposition relationship",
    "responses": [
      {
        "httpStatus": "200",
        "remarks": "OK"
      },
      {
        "errorName": "Unauthorized",
        "httpStatus": "401",
        "remarks": "Unauthorized"
      },
      {
        "errorName": "Forbidden",
        "httpStatus": "403",
        "remarks": "Forbidden"
      },
      {
        "errorName": "NotFound",
        "httpStatus": "404",
        "remarks": "Not found"
      }
    ]
  }
}