# List all tickets Return a list of all tickets. Endpoint: GET /tickets Version: 1.2.1 Security: MuseumPlaceholderAuth ## Query parameters: - `page` (integer) Page number to retrieve. Example: 2 - `limit` (integer) Number of days per page. Example: 15 ## Response 200 fields (application/json): - `ticketId` (string) Unique identifier for museum ticket. Generated when purchased. - `ticketDate` (string, required) Date when this ticket can be used for museum entry. - `ticketType` (string, required) Type of ticket being purchased. Use general for regular museum entry and event for tickets to special events. Enum: "event", "general" - `eventId` (string) Unique identifier for a special event. Required if purchasing tickets for the museum's special events. ## Response 400 fields (application/problem+json): - `type` (string) Example: "object" - `title` (string) Example: "Validation failed" ## Response 404 fields (application/problem+json): - `type` (string) Example: "object" - `title` (string) Example: "Validation failed"