# Get a master booking revenue view by id Endpoint: GET /masterBookings/{masterBookingId}/revenue Version: 1.0.0 Security: M2X_auth_application ## Path parameters: - `masterBookingId` (string, required) Internal M2X master booking id ## Response 200 fields (application/json): - `total` (number,null, required) The projected total revenue for the master booking ## Response 404 fields (application/json): - `message` (string) Example: "not found"