# Gets all of the processes a contact is eligible to use Endpoint: GET /examRegProcesses/{tenantId}/eligible/{contactId}/{examId} Version: v1-2025-04-18 Security: knox-authorizer ## Path parameters: - `tenantId` (string, required) The id of the tenant being accessed - `contactId` (string, required) The contact id - `examId` (string, required) The exam id ## Response 200 fields (application/json): - `last_registration` (object) - `last_registration.course_registration_id` (string) The course registration this exam is tied to - `last_registration.date` (string) The date/time of the exam - `last_registration.email_address` (string) - `last_registration.exam_id` (string) The exam being taken - `last_registration.exam_offering_id` (string) The scheduled exam - `last_registration.first_name` (string) - `last_registration.id` (string) The unique, string identifier of this exam registration - `last_registration.last_name` (string) - `last_registration.location` (string) Enum: "testing facility", "training location" - `last_registration.name` (string) - `last_registration.notes` (string) notes - `last_registration.number` (number) The registration number - `last_registration.order_id` (string) The order - `last_registration.order_line_item_id` (string) The order line item - `last_registration.process_id` (string) The registration process used to create the registration - `last_registration.score` (number) The score - `last_registration.status` (string) Enum: "cancelled", "draft", "failed", "no show", "passed", "registered" - `last_registration.student_id` (string) The individual taking the exam - `last_registration.testing_facility_id` (string) The exam testing site - `last_registration.training_location_id` (string) The training facility - `last_registration.training_provider_id` (string) The training facility - `processes` (array) - `processes.available_in_portal` (boolean) If true, not available in the portal - `processes.available_to_training_providers` (boolean) If true, this process is available to training providers - `processes.checkout_settings` (object) - `processes.checkout_settings.allow_customer_to_choose_installment_plan` (boolean) If true, the customer can choose their installment plan - `processes.checkout_settings.bank_account_id` (string, required) The default bank account that the store should use to receive payments - `processes.checkout_settings.bill_my_organization_options` (object) - `processes.checkout_settings.bill_my_organization_options.billing_address` (string) Enum: "do not show", "optional", "required" - `processes.checkout_settings.bill_my_organization_options.purchase_order_number` (string) Enum: "do not show", "optional", "required" - `processes.checkout_settings.bill_my_organization_options.reference_number` (string) The reference # - `processes.checkout_settings.bill_my_parent_organization_options` (object) - `processes.checkout_settings.business_unit_id` (string, required) The business unit of the store - `processes.checkout_settings.cancellation_fee_product_id` (string) The ID of the product used for cancellation fees - `processes.checkout_settings.checkout_donation_options` (object) - `processes.checkout_settings.checkout_donation_options.simple_checkout_donation_options` (object) - `processes.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 - `processes.checkout_settings.checkout_donation_options.simple_checkout_donation_options.donation_ask_text` (string) The text shown to the user when making the donation - `processes.checkout_settings.checkout_donation_options.simple_checkout_donation_options.donation_denominations` (array) - `processes.checkout_settings.checkout_donation_options.simple_checkout_donation_options.donation_information` (string) Additional information about the donation - `processes.checkout_settings.checkout_donation_options.simple_checkout_donation_options.donation_product_id` (string, required) The misc product that should be used - `processes.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 - `processes.checkout_settings.checkout_donation_options.simple_checkout_donation_options.suggested_donation` (number) A suggested donation - `processes.checkout_settings.checkout_donation_options.type` (string) Enum: "simple" - `processes.checkout_settings.credit_card_minimum_range_end` (number) If set, the maximum amount for which credit cards can be taken - `processes.checkout_settings.credit_card_minimum_range_start` (number) If set, the minimum amount for which credit cards can be taken - `processes.checkout_settings.credit_card_mode` (string) Determines whether or not credit cards are accepted Enum: "disabled", "enabled", "range" - `processes.checkout_settings.credit_card_processing_fee_mode` (string) Determines how credit card processing fees should be handled Enum: "charge", "do not charge", "prompt user" - `processes.checkout_settings.credit_card_processing_fee_options` (object) - `processes.checkout_settings.credit_card_processing_fee_options.fee_percentage` (number, required) The fee percentage to charge for credit card processing - `processes.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 - `processes.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 - `processes.checkout_settings.credit_card_processing_fee_options.product_id` (string, required) The misc product to use for the credit card processing - `processes.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 - `processes.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 - `processes.checkout_settings.disable_electronic_payment_vaulting` (boolean) If set, in the portal people are not allowed to save credit cards - `processes.checkout_settings.enable_bill_my_organization` (boolean) If set, the user has the option to bill their organization - `processes.checkout_settings.enable_bill_my_parent_organization` (boolean) If set, the user has the option to bill their organization's parent organization - `processes.checkout_settings.enable_donations_at_checkout` (boolean) If selected, users will be prompted to make a donation upon checking out - `processes.checkout_settings.enable_electronic_checks` (boolean) If set, electronic checks are allowed - `processes.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 - `processes.checkout_settings.enable_payroll_deduction` (boolean) If set, payroll deduction is allowed - `processes.checkout_settings.enable_split_payments` (boolean) If set, users are allowed to split payments - `processes.checkout_settings.installment_plan_options` (array) - `processes.checkout_settings.invoice_payment_terms_id` (string) The payment terms for invoices; if left blank, default is used - `processes.checkout_settings.invoice_template_id` (string) The template to use for invoices created during this process - `processes.checkout_settings.merchant_account_id` (string, required) The merchant account that the store should use to receive payments - `processes.checkout_settings.pay_later_options` (object) - `processes.checkout_settings.restocking_fee_product_id` (string) The ID of the product used for restocking fees - `processes.checkout_settings.special_instructions` (string) Instructions shown to the user - `processes.checkout_settings.use_pro_forma_invoices` (boolean) Whether to use pro forma invoices when user elects to pay later - `processes.confirmation_email` (object) Email to send once the registration is activated - `processes.confirmation_email.bcc` (string) Anyone that should be bcc'ed on the email - `processes.confirmation_email.body` (string, required) The email body - `processes.confirmation_email.cc` (string) Anyone that should be cc'ed on the email - `processes.confirmation_email.from` (string) From email address - `processes.confirmation_email.from_name` (string) From name - `processes.confirmation_email.reply_to` (string) The reply to - `processes.confirmation_email.subject` (string, required) The email subject - `processes.contact_form_options` (object) - `processes.contact_form_options.contact_form_id` (string, required) The default contact form to present to the user to verify the contact info before proceeding - `processes.contact_form_options.html` (string) Text to show on the top of the form - `processes.custom_field_values` (array) - `processes.custom_field_values.boolean_value` (boolean) The boolean value - `processes.custom_field_values.custom_field_id` (string) The unique identifier of the custom field - `processes.custom_field_values.file_url_value` (string) The pointer to a file value - `processes.custom_field_values.list_value` (array) The list value - `processes.custom_field_values.numeric_value` (number) The numeric value - `processes.custom_field_values.string_value` (string) The string value of the custom field - `processes.custom_field_values.table_value` (array) A list of objects (a table) - `processes.description` (string) A description of the process to help the user understand whether to choose - `processes.display_in_portal_as` (string) How to display in portal - `processes.display_order` (number) The display order - `processes.enable_confirmation_email` (boolean) Whether or not to send an email when the registration is processed - `processes.exam_ids` (array) - `processes.form_id` (string) The default application form for this process - `processes.id` (string) The unique, string identifier of this exam reg process - `processes.is_active` (boolean) Whether or not this exam reg process is active - `processes.name` (string, required) The name of the exam reg process - `processes.override_checkout_settings` (boolean) Whether or not to override POC settings - `processes.restrict_exams` (boolean) Whether this is restricted to only certain exams - `processes.show_contact_form` (boolean) Whether or not to show a contact form - `processes.sys_bulk_load_at` (string) If this record was loaded via bulk, the timestamp when the record was processed - `processes.sys_bulk_load_id` (string) If this record was loaded via bulk, the ID of the bulk load process - `processes.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 - `processes.sys_bulk_load_record_no` (number) If this record was loaded via bulk, the record number in the source file - `processes.sys_bulk_load_source_file` (string) If this record was loaded via bulk, the source file - `processes.sys_calculated_field_error` (string) The error associated with the calculated field - `processes.sys_calculated_field_errors` (array) - `processes.sys_calculated_field_errors.error` (string) - `processes.sys_calculated_field_errors.field` (string) - `processes.sys_configuration_snapshot_id` (string) If a snapshot was restored/applies to this record, the ID of the snapshot - `processes.sys_created_at` (string) The date/time that this record was created, expressed in ISO-8601 date format - `processes.sys_created_by_id` (string) The ID of the user that created this record - `processes.sys_deleted_by_id` (string) The ID of the user that deleted (or last tried to delete) this object - `processes.sys_directive` (string) Means for passing directive information into an object processing logic - `processes.sys_external_id` (string) The ID that a record has from an external system or data import - `processes.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 - `processes.sys_last_bulk_data_operation_id` (string) If this record was last touched by a bulk data operation, the ID of that operation - `processes.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 - `processes.sys_last_modified_at` (string) The date/time that this record record was last modified, expressed in ISO-8601 date format - `processes.sys_last_modified_by_id` (string) The ID of the user that last modified this record - `processes.sys_last_security_context` (object) The security context of the last insert, modify, or delete performed on this item - `processes.sys_locked` (boolean) If set, this record is locked and cannot be changed via the API - `processes.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 - `processes.sys_version` (number) A number representing the version of this record in the database ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 404 fields ## Response 429 fields ## Response 500 fields