v1

latestOpenAPI 3.1.02026-08-04370473.5 KB

Search

post/MarriageSearch

Headers

galaxy-ap-namestring

Access Profile Name

galaxy-ap-passwordstring

Access Profile Password

galaxy-search-typestring

Galaxy Search Type

galaxy-client-session-idstring

Session ID For Logging

galaxy-client-typestring

Required For Javascript Clients

Request body

RAW_BODYstring

Response

200

Example response

{
  "records": [
    {
      "posiedonId": "XXXXXXXX",
      "spouseKey": "SpouseKey",
      "spouseGender": "Male",
      "spouseFirstName": "FirstName",
      "spouseMiddleName": "MiddleName",
      "spouseLastName": "LastName",
      "spouseAge": 25,
      "otherSpouseFirstName": "FirstName",
      "otherSpouseMiddleName": "MiddleName",
      "otherSpouseLastName": "LastName",
      "otherSpouseAge": 24,
      "otherSpouseFullName": "FirstName MiddleName LastName",
      "marriageDate": "M/DD/YYYY",
      "divorceDate": "0",
      "certificatNo": "UNKNOWN",
      "recordType": "M",
      "state": "Ca",
      "county": "Sacramento",
      "decree": "0"
    }
  ]
}