## Request flags

Flag

| Flag | Screen |
| --- | --- |
| `request_base` | Informational Analysis (information\_result) |
| `request_softcheck` | [Softcheck](https://docs.certn.co/api/certn-api-v-1.0/guides/checks/softcheck) (risk\_result) |
| `request_equifax` | [Credit Check](https://docs.certn.co/api/certn-api-v-1.0/guides/checks/credit-check) (equifax\_result) |
| `request_enhanced_identity_verification` | [Enhanced Identity Verification](https://docs.certn.co/api/v-1.0/guides/checks/enhanced-identity-verification) (enhanced\_identity\_verification) |
| `request_criminal_record_check` | [Canadian Criminal Record Check](https://docs.certn.co/api/v-1.0/guides/checks/canadian-criminal-record-check) (rcmp\_result) |
| `request_soquij` | [SOQUIJ](https://docs.certn.co/api/v-1.0/guides/checks/soquij) (soquij\_result) |
| `request_social_media_check` | [Social Media Check](https://docs.certn.co/api/v-1.0/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/v-1.0/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/v-1.0/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/v-1.0/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/v-1.0/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/v-1.0/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/v-1.0/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/v-1.0/guides/checks/motor-vehicle-record-check) (motor\_vehicle\_record\_result) |
| `request_employment_verification` | [Employment Verification](https://docs.certn.co/api/v-1.0/guides/checks/employment-verification) (employment\_verification) |
| `request_education_verification` | [Education Verification](https://docs.certn.co/api/v-1.0/guides/checks/education-verification) (education\_verification) |
| `request_credential_verification` | [Credential Verification](https://docs.certn.co/api/v-1.0/guides/checks/credential-verification) (credential\_verification) |
| `request_employer_references` | [Employment Reference Check](https://docs.certn.co/api/v-1.0/guides/checks/employer-reference-check) (reference\_result) |
| `request_employer_phone_references` | [Employment Reference Check](https://docs.certn.co/api/v-1.0/guides/checks/employer-reference-check) (reference\_result) |
| `request_address_references` | [Address Reference Check](https://docs.certn.co/api/v-1.0/guides/checks/address-reference-check) (reference\_result) |
| `request_address_phone_references` | [Address Reference Check](https://docs.certn.co/api/v-1.0/guides/checks/address-reference-check) (reference\_result) |

### Credential Verification flags

Flag

| 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/v-1.0/api-reference/resources/application-parameters#credential) |
| `credential_verification_min` | int | Minimum number of credentials to verify number < `credential_verification_max` |
| `credential_verification_max` | int | Maximum number of credentials to verify number > `credential_verification_min` |

### Education Verification flags

Flag

| 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/v-1.0/api-reference/resources/application-parameters#education) |
| `education_verification_min` | int | Minimum number of educations to verify number < `education_verification_max` |
| `education_verification_max` | int | Maximum number of educations to verify number > `education_verification_min` |

### Employment Reference flags

Flag

| 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 number <= `employer_references_max` Use when `employer_reference_years_or_individually` = `INDIVIDUALLY` |
| `employer_references_max` | int | Maximum number of employer references to contact number >= `employer_references_min` Use when `employer_reference_years_or_individually` = `INDIVIDUALLY` |
