# List all rounds List of rounds for a multi-round event Endpoint: GET /v1/events/{eventId}/rounds Version: 1.0 Security: bearerAuth ## Path parameters: - `eventId` (string, required) Event Id Example: "M-5208" ## Response 200 fields (application/json): - `communityId` (integer) Community Id Example: 19564 - `communityName` (string) Community Name Example: "19564" - `eventId` (string) Event Id Example: "M-432" - `name` (string) Name Example: "Member / Member" - `courseId` (integer) Course Id Example: 2434 - `courseName` (string) Course Name Example: "2434" - `city` (string) City Example: "Lantana" - `state` (string) State Example: "TX" - `startDate` (string) Start Date Example: "2025-01-27" - `endDate` (string) End Date Example: "2025-01-27" - `info` (string) Info Example: "TX" - `locked` (boolean) Locked Example: true