IDScan.net
Search Results for

    Show / Hide Table of Contents

    Sex Offender Registry Test Cases

    You can test your integration with Sex Offender Registry 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-08-17",
      "state": "IL",
      "services": [
        "3ACCF2A9-2E52-4675-B546-7C3676897C3C"
      ]
    }
    

    You will get this successful response:

    [
      {
        "serviceId": "3accf2a9-2e52-4675-b546-7c3676897c3c",
        "serviceName": "Sex offender",
        "serviceDescription": "Sex offender",
        "error": null,
        "success": true,
        "locationId": null,
        "readOnlyAccessLocationIds": null,
        "profiles": [
          {
            "internalId": "IL1234",
            "firstName": "JOHN",
            "middleName": "JAMES",
            "lastName": "DOE",
            "fullName": null,
            "dateOfBirths": "08/17/1960",
            "sex": "MALE",
            "address": null,
            "countryName": null,
            "countryCode": null,
            "street1": "123 MAIN ST",
            "street2": "",
            "city": "CHICAGO",
            "state": "IL",
            "zipCode": "19082",
            "county": "",
            "convictiontype": "Offense Against Children",
            "aliases": [],
            "offenses": [
              {
                "title": "14:80 - Carnal knowledge of a juvenile",
                "class": null,
                "code": null,
                "section": null,
                "description": null,
                "caseNumber": null,
                "jurisdiction": null,
                "ageOfVictim": "",
                "admissionDate": null,
                "arrestingAgency": null,
                "category": null,
                "chargeFilingDate": null,
                "closedDate": null,
                "counts": null,
                "court": null,
                "dateConvicted": null,
                "dateOfCrime": null,
                "dateOfWarrant": null,
                "disposition": null,
                "dispositionDate": null,
                "facility": null,
                "prisonerNumber": null,
                "relationshipToVictim": null,
                "releaseDate": null,
                "sentence": null,
                "sentenceDate": null,
                "sexOfVictim": "",
                "subsection": null,
                "warrantDate": null,
                "warrantNumber": null,
                "weaponsUsed": null
              },
              {
                "title": "14:81 - Indecent Behavior with Juveniles",
                "class": null,
                "code": null,
                "section": null,
                "description": null,
                "caseNumber": null,
                "jurisdiction": null,
                "ageOfVictim": "",
                "admissionDate": null,
                "arrestingAgency": null,
                "category": null,
                "chargeFilingDate": null,
                "closedDate": null,
                "counts": null,
                "court": null,
                "dateConvicted": null,
                "dateOfCrime": null,
                "dateOfWarrant": null,
                "disposition": null,
                "dispositionDate": null,
                "facility": null,
                "prisonerNumber": null,
                "relationshipToVictim": null,
                "releaseDate": null,
                "sentence": null,
                "sentenceDate": null,
                "sexOfVictim": "",
                "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