{
  "algorithm": {
    "parameters": [
      {
        "name": "id",
        "type": "string"
      },
      {
        "name": "args",
        "type": "ArgsListAreaRelationships"
      }
    ],
    "statements": [],
    "typeReturn": "list(AreaRelationship)",
    "variables": []
  },
  "routing": {
    "method": "GET",
    "parameters": [
      {
        "bind": "id",
        "in": "Path",
        "name": "id",
        "remarks": "id"
      },
      {
        "bind": "args.areaType",
        "in": "Query",
        "name": "areaType",
        "remarks": "areaType"
      },
      {
        "bind": "args.relationshipType",
        "in": "Query",
        "name": "relationshipType",
        "remarks": "relationshipType"
      },
      {
        "bind": "args.offset",
        "in": "Query",
        "name": "offset",
        "remarks": "Offset row"
      },
      {
        "bind": "args.pageNumber",
        "in": "Query",
        "name": "pageNumber",
        "remarks": "Page number"
      },
      {
        "bind": "args.limit",
        "in": "Query",
        "name": "limit",
        "remarks": "Limit row count. 0 implies no limit"
      }
    ],
    "path": "/catalogs/areas/{id}/relationships",
    "remarks": "List area relationships",
    "responses": [
      {
        "httpStatus": "200",
        "remarks": "ok"
      },
      {
        "errorName": "Unauthorized",
        "httpStatus": "401",
        "remarks": "Unauthorized"
      },
      {
        "errorName": "Forbidden",
        "httpStatus": "403",
        "remarks": "Forbidden"
      },
      {
        "errorName": "NotFound",
        "httpStatus": "404",
        "remarks": "Not Found"
      }
    ]
  }
}