Thorough records which contain filing information such as square footage of property, construction description, deed description, zoning, assessed value, tax amount, load description. Also may include sale information.
1. Add your access profile, username, and search type to the request headers.
PropertyV2 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: [PropertyV2]
2. Add search criteria to your request.
{
"FirstName": "John",
"LastName": "Smith",
"AddressLine1": "2640 Tamarack Dr",
"AddressLine2": "CA",
}
3. Set the desired pagination rules
{
"FirstName": "John",
"LastName": "Smith",
"AddressLine1": "2640 Tamarack Dr",
"AddressLine2": "CA",
"Page": 1,
"ResultsPerPage": 10
}
4. Submit Your Search.