## Request flags

| Flag | Screen |
|------|--------|
| `request_base` | Informational Analysis (information_result) |
| `request_softcheck` | [Softcheck](https://docs.certn.co/api/guides/checks/softcheck) (risk_result) |
| `request_equifax` | [Credit Check](https://docs.certn.co/api/guides/checks/credit-check) (equifax_result) |
| `request_enhanced_identity_verification` | [Enhanced Identity Verification](https://docs.certn.co/api/guides/checks/enhanced-identity-verification) (enhanced_identity_verification) |
| `request_criminal_record_check, request_enhanced_criminal_record_check` | [Canadian Criminal Record Check](https://docs.certn.co/api/guides/checks/canadian-criminal-record-check) (rcmp_result) |
| `request_soquij` | [SOQUIJ](https://docs.certn.co/api/guides/checks/soquij) (soquij_result) |
| `request_social_media_check` | [Social Media Check](https://docs.certn.co/api/guides/checks/social-media-check) (social_media_check_result) |
| `request_us_criminal_record_check_tier_1, request_us_criminal_record_check_tier_2, request_us_criminal_record_check_tier_3` | [US Criminal Record Check](https://docs.certn.co/api/guides/checks/us-criminal-record-check) (us_criminal_record_check_result) |
| `request_right_to_work` | [Australia Right To Work Check](https://docs.certn.co/api/guides/checks/australia-right-to-work-check) (right_to_work_result) |
| `request_uk_right_to_work` | [UK Right To Work Check](https://docs.certn.co/api/guides/checks/uk-right-to-work-check) (uk_right_to_work_check_result) |
| `request_uk_basic_ds_check` | [Basic Disclosure Scotland Check](https://docs.certn.co/api/guides/checks/basic-disclosure-scotland-check) (uk_basic_ds_check_result) |
| `request_uk_basic_dbs_check` | [Basic Disclosure And Barring Service Check](https://docs.certn.co/api/guides/checks/basic-disclosure-and-barring-service-check) (uk_basic_dbs_check_result) |
| `request_international_criminal_record_check` | [International Criminal Record Check](https://docs.certn.co/api/guides/checks/international-criminal-record-check) (international_criminal_record_check_result) |
| `request_motor_vehicle_records` | [Motor Vehicle Record Check / Driver's Abstract](https://docs.certn.co/api/guides/checks/motor-vehicle-record-check) (motor_vehicle_record_result) |
| `request_employment_verification` | [Employment Verification](https://docs.certn.co/api/guides/checks/employment-verification) (employment_verification) |
| `request_education_verification` | [Education Verification](https://docs.certn.co/api/guides/checks/education-verification) (education_verification) |
| `request_credential_verification` | [Credential Verification](https://docs.certn.co/api/guides/checks/credential-verification) (credential_verification) |
| `request_employer_references` | [Employment Reference Check](https://docs.certn.co/api/guides/checks/employer-reference-check) (reference_result) *(Mutually exclusive with `request_employer_phone_references`.)*
| `request_employer_phone_references` | [Employment Reference Check](https://docs.certn.co/api/guides/checks/employer-reference-check) (reference_result) *(Mutually exclusive with `request_employer_references`.)*
| `request_address_references` | [Address Reference Check](https://docs.certn.co/api/guides/checks/address-reference-check) (reference_result) *(Mutually exclusive with `request_employer_references`.)*
| `request_address_phone_references` | [Address Reference Check](https://docs.certn.co/api/guides/checks/address-reference-check) (reference_result) *(Mutually exclusive with `request_address_references`.)* |

### Credential Verification flags

| Flag | Type | Note |
|------|------|------|
| `credential_verification_level` | string <enum> | One of: `ALL`, `HIGHEST`  |
| | | All credentials listed / Highest level credential listed |
| | | Use with [`highest_level`](https://docs.certn.co/api/api-reference/resources/application-parameters#credential) |
| `credential_verification_min` | int | Minimum number of credentials to verify |
| `credential_verification_max` | int | Maximum number of credentials to verify |

### Education Verification flags

| Flag | Type | Note |
|------|------|------|
| `education_verification_level` | string <enum> | `ALL`, `HIGHEST` |
| | | All credentials listed / Highest level credential listed |
| | | Use with [`highest_level`](https://docs.certn.co/api/api-reference/resources/application-parameters#education) |
| `education_verification_min` | int | Minimum number of educations to verify |
| `education_verification_max` | int | Maximum number of educations to verify |

### Employment Reference flags

| Flag | Type | Note |
|------|------|------|
| `employer_reference_years_or_individually` | string <enum> | `YEARS`, `INDIVIDUALLY` |
| | | All employers for the past x years / Specific number of employers (>= min, <= max) |
| `employer_references_years` | int | `3`, `5` or `7` |
| | | Use when `years_or_individually` = `YEARS` |
| `employer_references_min` | int | Minimum number of employer references to contact |
| | | Use when `employer_reference_years_or_individually` = `INDIVIDUALLY` |
| `employer_references_max` | int | Maximum number of employer references to contact |
| | | Use when `employer_reference_years_or_individually` = `INDIVIDUALLY` |
