# Returns a list of records with the specified event_id Returns a list of records with the specified event_id Endpoint: GET /registrationProcesses/{tenantId}/event/{event_id} Version: v1-2025-04-18 Security: knox-authorizer ## Path parameters: - `tenantId` (string, required) The tenant - `event_id` (string, required) The event_id to use to for record lookup ## Query parameters: - `fields` (string) The fields that you want to retrieve; if omitted, the entire object is returned - `exclusiveStartKey` (string) If paging, this allows you to return the next set of results ## Response 200 fields (application/json): - `Count` (integer) - `Items` (array) - `Items.allow_registrants_to_cancel_registrations` (boolean) Whether registrants can cancel registrations in the portal - `Items.allow_registrants_to_edit_registrations` (boolean) Whether registrants can edit their registrations - `Items.checkout_settings` (object, required) - `Items.checkout_settings.allow_customer_to_choose_installment_plan` (boolean) If true, the customer can choose their installment plan - `Items.checkout_settings.bank_account_id` (string, required) The default bank account that the store should use to receive payments - `Items.checkout_settings.bill_my_organization_options` (object) - `Items.checkout_settings.bill_my_organization_options.billing_address` (string) Enum: "do not show", "optional", "required" - `Items.checkout_settings.bill_my_organization_options.purchase_order_number` (string) Enum: "do not show", "optional", "required" - `Items.checkout_settings.bill_my_organization_options.reference_number` (string) The reference # - `Items.checkout_settings.bill_my_parent_organization_options` (object) - `Items.checkout_settings.business_unit_id` (string, required) The business unit of the store - `Items.checkout_settings.cancellation_fee_product_id` (string) The ID of the product used for cancellation fees - `Items.checkout_settings.checkout_donation_options` (object) - `Items.checkout_settings.checkout_donation_options.simple_checkout_donation_options` (object) - `Items.checkout_settings.checkout_donation_options.simple_checkout_donation_options.allow_user_to_specify_custom_amount` (boolean) If set, the user can specify their own custom donation - `Items.checkout_settings.checkout_donation_options.simple_checkout_donation_options.donation_ask_text` (string) The text shown to the user when making the donation - `Items.checkout_settings.checkout_donation_options.simple_checkout_donation_options.donation_denominations` (array) - `Items.checkout_settings.checkout_donation_options.simple_checkout_donation_options.donation_information` (string) Additional information about the donation - `Items.checkout_settings.checkout_donation_options.simple_checkout_donation_options.donation_product_id` (string, required) The misc product that should be used - `Items.checkout_settings.checkout_donation_options.simple_checkout_donation_options.override_donation_denominations` (boolean) If set, donation denominations are specified here and the defaults are not used - `Items.checkout_settings.checkout_donation_options.simple_checkout_donation_options.suggested_donation` (number) A suggested donation - `Items.checkout_settings.checkout_donation_options.type` (string) Enum: "simple" - `Items.checkout_settings.credit_card_minimum_range_end` (number) If set, the maximum amount for which credit cards can be taken - `Items.checkout_settings.credit_card_minimum_range_start` (number) If set, the minimum amount for which credit cards can be taken - `Items.checkout_settings.credit_card_mode` (string) Determines whether or not credit cards are accepted Enum: "disabled", "enabled", "range" - `Items.checkout_settings.credit_card_processing_fee_mode` (string) Determines how credit card processing fees should be handled Enum: "charge", "do not charge", "prompt user" - `Items.checkout_settings.credit_card_processing_fee_options` (object) - `Items.checkout_settings.credit_card_processing_fee_options.fee_percentage` (number, required) The fee percentage to charge for credit card processing - `Items.checkout_settings.credit_card_processing_fee_options.maximum_fee` (number) The maximum amount to charge. If the fee comes out to be MORE than this, than this amount will be charged - `Items.checkout_settings.credit_card_processing_fee_options.minimum_fee` (number) The minimum amount to charge. If the fee comes out to be less than this, than this amount will be charged - `Items.checkout_settings.credit_card_processing_fee_options.product_id` (string, required) The misc product to use for the credit card processing - `Items.checkout_settings.credit_card_processing_fee_options.prompt_sub_text` (string) Additional text that is shown to the user when asking if they want to pay for credit card processing fees. If not set a default will be used - `Items.checkout_settings.credit_card_processing_fee_options.prompt_text` (string) The checkbox text to show the user when asking if they want to pay for credit card processing fees. If not set a default will be used - `Items.checkout_settings.disable_electronic_payment_vaulting` (boolean) If set, in the portal people are not allowed to save credit cards - `Items.checkout_settings.enable_bill_my_organization` (boolean) If set, the user has the option to bill their organization - `Items.checkout_settings.enable_bill_my_parent_organization` (boolean) If set, the user has the option to bill their organization's parent organization - `Items.checkout_settings.enable_donations_at_checkout` (boolean) If selected, users will be prompted to make a donation upon checking out - `Items.checkout_settings.enable_electronic_checks` (boolean) If set, electronic checks are allowed - `Items.checkout_settings.enable_pay_later` (boolean) If set, pay later is enabled on this checkout regardless of product settings... if not, the product settings are observed - `Items.checkout_settings.enable_payroll_deduction` (boolean) If set, payroll deduction is allowed - `Items.checkout_settings.enable_split_payments` (boolean) If set, users are allowed to split payments - `Items.checkout_settings.installment_plan_options` (array) - `Items.checkout_settings.invoice_payment_terms_id` (string) The payment terms for invoices; if left blank, default is used - `Items.checkout_settings.invoice_template_id` (string) The template to use for invoices created during this process - `Items.checkout_settings.merchant_account_id` (string, required) The merchant account that the store should use to receive payments - `Items.checkout_settings.pay_later_options` (object) - `Items.checkout_settings.restocking_fee_product_id` (string) The ID of the product used for restocking fees - `Items.checkout_settings.special_instructions` (string) Instructions shown to the user - `Items.checkout_settings.use_pro_forma_invoices` (boolean) Whether to use pro forma invoices when user elects to pay later - `Items.confirmation_email` (object, required) The email to send when the application is received - `Items.confirmation_email.bcc` (string) Anyone that should be bcc'ed on the email - `Items.confirmation_email.body` (string, required) The email body - `Items.confirmation_email.cc` (string) Anyone that should be cc'ed on the email - `Items.confirmation_email.from` (string) From email address - `Items.confirmation_email.from_name` (string) From name - `Items.confirmation_email.reply_to` (string) The reply to - `Items.confirmation_email.subject` (string, required) The email subject - `Items.contact_form_options` (object, required) - `Items.contact_form_options.contact_form_id` (string, required) The default contact form to present to the user to verify the contact info before proceeding - `Items.contact_form_options.html` (string) Text to show on the top of the form - `Items.custom_confirmation_page_html` (string, required) The custom confirmation page HTML - `Items.custom_field_values` (array) - `Items.custom_field_values.boolean_value` (boolean) The boolean value - `Items.custom_field_values.custom_field_id` (string) The unique identifier of the custom field - `Items.custom_field_values.file_url_value` (string) The pointer to a file value - `Items.custom_field_values.list_value` (array) The list value - `Items.custom_field_values.numeric_value` (number) The numeric value - `Items.custom_field_values.string_value` (string) The string value of the custom field - `Items.custom_field_values.table_value` (array) A list of objects (a table) - `Items.deadline_for_cancelling_registrations` (string) Deadline for cancelling registrations; if not set, the registration close date is used - `Items.description` (string) Description of the process - `Items.display_order` (number) The order to display - `Items.edit_registration_options` (object, required) - `Items.edit_registration_options.change_fee_id` (string, required) The change fee used when registrations are being edited - `Items.edit_registration_options.deadline` (string) Deadline for editing registrations; if not set, the registration close date is used - `Items.edit_registration_options.edit_form_id` (string) The form to use for editing registrations, if different from the default - `Items.enable_confirmation_email` (boolean) Whether or not an email should be sent when the application is received - `Items.enable_custom_confirmation_page_html` (boolean) enable custom text to show on the confirmation page - `Items.enable_online_registration` (boolean) Whether or not this process is available in the portal - `Items.event_id` (string, required) The event - `Items.form_id` (string, required) The registration form - `Items.group_registration_form_id` (string) The form to use for group registration - `Items.guest_registration_options` (object) - `Items.guest_registration_options.do_not_save_guests_as_contacts` (boolean) If set, guests will not be saved as contacts and instead registrations will be linked to the parent - `Items.guest_registration_options.guest_registration_type_ids` (array) - `Items.guest_registration_options.maximum_number_of_guests` (number) The maximum number of guests - `Items.guest_registration_options.quick_add_contact_options` (object, required) UI options for how the add org contacts should function - `Items.id` (string, required) The unique, string identifier of this registration process - `Items.is_active` (boolean) Whether or not this registration process is active - `Items.name` (string, required) The name of the registration process - `Items.online_registration_options` (object, required) - `Items.online_registration_options.close_date` (string) The date online registration closes - `Items.online_registration_options.open_date` (string) The date online registration opens - `Items.organization_form_options` (object, required) - `Items.organization_form_options.organization_form_id` (string, required) The default organization form to present to the user to verify the organization info before proceeding - `Items.override_checkout_settings` (boolean) Whether or not to override POC settings - `Items.show_contact_form` (boolean) Whether or not to show a contact form - `Items.show_organization_form` (boolean) Whether or not to show an organization form - `Items.sys_bulk_load_at` (string) If this record was loaded via bulk, the timestamp when the record was processed - `Items.sys_bulk_load_id` (string) If this record was loaded via bulk, the ID of the bulk load process - `Items.sys_bulk_load_pk` (string) If this record was loaded via bulk, the tenant and key of the bulk load process used as a partition key - `Items.sys_bulk_load_record_no` (number) If this record was loaded via bulk, the record number in the source file - `Items.sys_bulk_load_source_file` (string) If this record was loaded via bulk, the source file - `Items.sys_calculated_field_error` (string) The error associated with the calculated field - `Items.sys_calculated_field_errors` (array) - `Items.sys_calculated_field_errors.error` (string) - `Items.sys_calculated_field_errors.field` (string) - `Items.sys_configuration_snapshot_id` (string) If a snapshot was restored/applies to this record, the ID of the snapshot - `Items.sys_created_at` (string, required) The date/time that this record was created, expressed in ISO-8601 date format - `Items.sys_created_by_id` (string, required) The ID of the user that created this record - `Items.sys_deleted_by_id` (string) The ID of the user that deleted (or last tried to delete) this object - `Items.sys_directive` (string) Means for passing directive information into an object processing logic - `Items.sys_external_id` (string) The ID that a record has from an external system or data import - `Items.sys_has_files_in_s3` (boolean) If true, this record has files in S3. If false, it doesnt, so no need to hit S3 upon deletion - `Items.sys_last_bulk_data_operation_id` (string) If this record was last touched by a bulk data operation, the ID of that operation - `Items.sys_last_bulk_data_operation_sys_version` (string) If this record was last touched by a bulk data operation, the sys_version at the time of that operation - `Items.sys_last_modified_at` (string, required) The date/time that this record record was last modified, expressed in ISO-8601 date format - `Items.sys_last_modified_by_id` (string, required) The ID of the user that last modified this record - `Items.sys_last_security_context` (object) The security context of the last insert, modify, or delete performed on this item - `Items.sys_locked` (boolean) If set, this record is locked and cannot be changed via the API - `Items.sys_snapshot_base_version` (number) The version to use as a base when creating a configuration snapshot; if not set, 1 is used. Helpful when creating a sandbox - `Items.sys_version` (number) A number representing the version of this record in the database - `LastEvaluatedKey` (string) ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 404 fields ## Response 429 fields ## Response 500 fields