Certn discovers and provides easy access to published civil, criminal and penal judicial records from the Quebec courthouses and municipal courts.

_Société québécoise d'information juridique_ (SOQUIJ) records do not include the Montréal Municipal court. This has no impact on criminal conviction information and minor impacts on summary/civil infraction information.

**SOQUIJ records are only available in French.**

### Availability

This check is available in **Canada** 🇨🇦

This check is available for a [**quickscreen**](https://docs.certn.co/api/certn-api-v-1.0/faq#what-is-a-quickscreen-and-how-do-i-use-it)✅

Canada

| Industry            | Availability | Endpoints                                      |  
|---------------------|--------------|------------------------------------------------|  
| Human Resources     | Yes          | - [Quickscreen](https://docs.certn.co/api/certn-api-v-1.0/api-reference/hr#screen-an-applicant-instantly)✅  
|                     |              | - [Invite](https://docs.certn.co/api/certn.co/api/certn-api-v-1.0/api-reference/hr#invite-an-applicant)📩  
| Property Management  | No           | - Quickscreen ❌  
|                     |              | - Invite ❌

This check isn't available by default. Contact our [support team](https://docs.certn.co/api/certn-api-v-1.0/contact) to enable it on your account.

### **Parameters**

Please note that SOQUIJ will return records with **exact** matches for the provided name and date of birth.

#### Request flag

Include this flag in the body of your request:

[`request_soquij`](https://docs.certn.co/api/certn-api-v-1.0/guides/checks/soquij#request-flag)

#### Invite parameters

To invite an applicant to complete a screen, include this parameter in the body of your request:

- `email`

See all available [Application parameters](https://docs.certn.co/api/certn.co/api/certn-api-v-1.0/api-reference/resources/application-parameters)

#### Quickscreen parameters

To complete a quickscreen, include these parameters in the body of your request:

- [`information`](https://docs.certn.co/api/certn.co/api/certn-api-v-1.0/api-reference/resources/application-parameters#information)  
  
  - `first_name`  
  - `last_name`  
  - `date_of_birth`

- [`position_or_property_location`](https://docs.certn.co/api/certn.co/api/certn-api-v-1.0/api-reference/resources/application-parameters#specialization)

Make sure to obtain the [proof of consent](https://docs.certn.co/api/certn-api-v-1.0/guides/use-the-api/consent) from your applicant **before** running the quickscreen.

#### Example request

```json
{
    "request_soquij": true,
    "email": "example@certn.co",
    "information": {
        "first_name": "Andrew",
        "last_name": "McLeod",
        "date_of_birth": "1987-03-04"
    },
    "position_or_property_location": {
        "location_type": "Gig Location"
    }
}
```

### Report

Report field: `soquij_result`

Older accounts may list SOQUIJ results as unstructured records. To get the updated report format, contact your customer success representative.

### **Test data**

Send SOQUIJ requests with the following data on our [demo environment](https://docs.certn.co/api/certn-api-v-1.0/getting-started/demo-account) to retrieve our pre-filled report.

| First name  | Last name | Date of birth |
|-------------|-----------|---------------|
| Andrew      | McLeod    | 1987-03-04    |

Last updated 2 years ago.
