The files contain Divorce Records for the states of Colorado, Florida, Nevada and Texas recorded by the State.
Although individual details will vary, most will contain:
Husband's & Wife's Names and their ages.
Number of Children if any.
The Divorce Date and more."
1. Add your access profile, username, and search type to the request headers.
Please Note
Divorce will be the search type in your request headers for "galaxy-search-type"
- 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: [Divorce]
2. Add search criteria to your request.
{
"FirstName": "John",
"MiddleName": "",
"LastName": "Smith",
"NameSuffix": "",
"MaidenName": "",
"SpouseFirstName": "",
"SpouseMiddleName": "",
"SpouseLastName":"",
"SpouseNameSuffix": "",
"MarriageDate": "",
"DivorceDate: "",
"City": "Sacramento",
"County": "",
"State": "CA",
"PosiedonIds": [
"XXXXXXXX",
"XXXXXXXX"
],
"TahoeId": "G-XXXXXXXXXXXXXXXXXXX",
"SSN": "xxxxxxxxx"
}
3. Set the desired pagination rules
{
"FirstName": "John",
"MiddleName": "",
"LastName": "Smith",
"NameSuffix": "",
"MaidenName": "",
"SpouseFirstName": "",
"SpouseMiddleName": "",
"SpouseLastName":"",
"SpouseNameSuffix": "",
"MarriageDate": "MM/DD/YYYY",
"DivorceDate: "MM/DD/YYYY",
"City": "Sacramento",
"County": "",
"State": "CA",
"PosiedonIds": [
"XXXXXXXX",
"XXXXXXXX"
],
"TahoeId": "G-XXXXXXXXXXXXXXXXXXX",
"SSN": "XXXXXXXXX",
"Page": 1,
"ResultsPerPage": 10
}
4. Submit Your Search.