Comprehensive Report

The Comprehensive Report is complete profile for the individual your looking for.

📘

Pro Tip

The more information provided when running a Comprehensive Report the more refined the search will be. For Example running First/Last will return 1000's of results depending on how common the name is. Running First/Last/City/State will limit the results significantly

Comprehensive Report can be used in a variety of ways. If your searching for a specific individual you can use combinations such as:

  • SSN
  • First/Last/Address
  • First/Last/City/State
  • First/Last/DOB

❗️

Please Note

galaxy-search-type is "BackgroundReport"

1. Add your access profile username, password and search type to the request headers.

  • galaxy-ap-name: [Access Profile Name]
  • galaxy-ap-password: [Access Profile Password]
  • galaxy-client-session-id: (Optional) Session ID for logging
  • galaxy-client-type: [Galaxy Client Type] (required for Javascript clients)
  • galaxy-search-type: [BackgroundReport]

2. Add search criteria to your request.

{ "FirstName": "John", "MiddleName": "J", "LastName": "Smith", "Addresses":[ { "AddressLine2": "Sacramento, CA", } ], "Dob": "1/1/1980" }

3. Set the desired pagination rules:

{ "FirstName": "John", "MiddleName": "J", "LastName": "Smith", "Dob": "1/1/1980", "Includes": ["Addresses", "PhoneNumbers"] "FilterOptions": ["IncludeLowQualityAddresses"] "Page": 1, "ResultsPerPage": 10 }

4. Submit Your Search