• Camera Scanning
  • ID Parsing
  • DIVE
  • Web Services
  • Third Party Checks
  • Authentication
IDScan.net
  • Third Party Checks
  • Criminal Background Check
  • Test Cases
Search Results for

    Show / Hide Table of Contents
    • Introduction
      • Web Portal
      • Billing Policy
      • Multiple Services Concurrently
      • Common Errors
    • Third Party Checks
      • DMV Data Verification
        • DMV Service Status
        • Test Cases
        • Errors
      • Identifraud
        • Data Sources
        • Identifraud Response
        • Scoring Explained
        • KBA Questions
        • Result Codes
        • Test Cases
        • Errors
      • Sex Offender Registry
        • FAQ
        • Test Cases
        • Errors
      • Criminal Background Check
        • Test Cases
        • Errors
      • PEP
        • Test Cases
      • OFAC
        • Test Cases
      • Every Politician
        • Test Cases
      • Custom List
        • Test Cases
      • Swagger UI

    Criminal Background Check Test Cases

    You can test your integration with Criminal Background Check Screening Service by sending one of the special test requests below with your TEST API key. Test requests are free, so you will always be sure that your integration is successful.

    MATCH Profile

    1. For getting usual "Match" profile, send the request data below:
    {
      "firstName": "JOHN",
      "lastName": "DOE",
      "dateOfBirths": "1960-01-31",
      "services": [
        "80C1111D-6ACE-4820-A88C-284982013C33"
      ]
    }
    

    You will get this successful response:

    [
      {
        "serviceId": "80c1111d-6ace-4820-a88c-284982013c33",
        "serviceName": "Criminal Records",
        "serviceDescription": "The Criminal Records Database is a powerful, high-speed multi-state and federal search of our proprietary databases compiled from multiple sources consisting of court records, incarceration records, prison/inmate records, probation/parole/release information, arrest data, wants and warrants and/or other proprietary sources.",
        "error": null,
        "success": true,
        "locationId": null,
        "readOnlyAccessLocationIds": null,
        "profiles": [
          {
            "internalId": "2006015680TESTTESTJOHNDOE111960",
            "firstName": "JOHN",
            "middleName": "R",
            "lastName": "DOE",
            "fullName": null,
            "dateOfBirths": "01/31/1960",
            "sex": "Male",
            "address": null,
            "countryName": null,
            "countryCode": null,
            "street1": null,
            "street2": null,
            "city": null,
            "state": null,
            "zipCode": null,
            "county": null,
            "convictiontype": null,
            "aliases": [
              {
                "fullName": "JOHN SAMPLE",
                "firstName": "JOHN",
                "middleName": "R",
                "lastName": "SAMPLE"
              }
            ],
            "offenses": [
              {
                "title": "Not Specified",
                "class": null,
                "code": null,
                "section": null,
                "description": "First-degree driving while impaired.",
                "caseNumber": "1984CR 042193",
                "jurisdiction": "Indian River",
                "ageOfVictim": null,
                "admissionDate": null,
                "arrestingAgency": "Statute: U.",
                "category": null,
                "chargeFilingDate": null,
                "closedDate": null,
                "counts": null,
                "court": "CR",
                "dateConvicted": null,
                "dateOfCrime": null,
                "dateOfWarrant": "01/01/1989",
                "disposition": "CONV-310-Convicted",
                "dispositionDate": "12/12/1991",
                "facility": null,
                "prisonerNumber": null,
                "relationshipToVictim": null,
                "releaseDate": null,
                "sentence": null,
                "sentenceDate": null,
                "sexOfVictim": null,
                "subsection": null,
                "warrantDate": null,
                "warrantNumber": null,
                "weaponsUsed": null
              }
            ],
            "photoUrl": null,
            "source": null,
            "otherInformation": null,
            "idNumber": null,
            "verificationResult": null,
            "driverLicenseVerificationResult": null
          }
        ]
      }
    ]
    
    In This Article
    • MATCH Profile
    Back to top IDScan.net IDScan.net GitHub