# Returns a list of records with the specified event_id Returns a list of records with the specified event_id Endpoint: GET /registrationPackages/{tenantId}/public/rateSchedule/{eventId} Version: v1-2025-04-18 ## Path parameters: - `tenantId` (string, required) The tenant - `eventId` (string, required) The event_id to use to for record lookup ## Query parameters: - `currencyCode` (string) The event_id to use to for record lookup ## Response 200 fields (application/json): - `currency_code` (string) - `deadlines` (array) - `deadlines.date` (string) - `deadlines.id` (string) - `deadlines.name` (string) - `event_id` (string) - `registration_types` (array) - `registration_types.registration_packages` (array) - `registration_types.registration_packages.member_price` (number) - `registration_types.registration_packages.package_abbreviated_name` (string) - `registration_types.registration_packages.package_id` (string) - `registration_types.registration_packages.package_name` (string) - `registration_types.registration_packages.price` (number) - `registration_types.type_id` (string) - `registration_types.type_name` (string) - `some_packages_have_member_prices` (boolean) - `uses_deadlines` (boolean) This event uses deadlines ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 404 fields ## Response 429 fields ## Response 500 fields