{
  "algorithm": {
    "parameters": [
      {
        "name": "planId",
        "type": "string"
      },
      {
        "name": "goalId",
        "type": "string"
      },
      {
        "name": "args",
        "type": "ArgsExecPlanDrilldown"
      }
    ],
    "statements": [],
    "typeReturn": "GoalDrilldown",
    "variables": []
  },
  "routing": {
    "method": "GET",
    "parameters": [
      {
        "bind": "planId",
        "in": "Path",
        "name": "planId",
        "remarks": "planId"
      },
      {
        "bind": "goalId",
        "in": "Path",
        "name": "goalId",
        "remarks": "goalId"
      },
      {
        "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": "/plans/{planId}/drilldown/{goalId}",
    "remarks": "Retrieve the goal drilldown",
    "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"
      }
    ]
  }
}