v24

latestSwagger 2.0raw.githubusercontent.com2025-06-10101152.6 KB
partnership
v1
unstable

Search for civil partnership records

Search for civil partnership records by supplying the date of the civil partnership as well as the surname and at least the first forename of one of the partners. (UNSTABLE: This endpoint is subject to change.)

get/v1/registration/partnership

Query parameters

forenamesstring required

The person's forenames. The first name must be provided but middlenames are optional.

surnamestring required

The person's surname.

dateOfPartnershipstring date required

The date of the civil partnership in international format.

Response

successful operation

idinteger required

System number for this event

dateOfPartnershipstring date required

Date of the civil partnership

Example response

[
  {
    "dateOfPartnership": "2008-08-08",
    "partner1": {
      "forenames": "Joan Narcissus Ouroboros",
      "surname": "SMITH",
      "dateOfBirth": "2011-08-08",
      "sex": "Indeterminate",
      "occupation": "Unemployed",
      "address": "888 Groom House, 8 Groom grove, Wedford, Wedfordshire, GR0 0M",
      "condition": "Single",
      "signature": "J.N.O. Smith"
    },
    "partner2": {
      "forenames": "Joan Narcissus Ouroboros",
      "surname": "BLACK",
      "dateOfBirth": "2011-08-08",
      "sex": "Indeterminate",
      "occupation": "Unemployed",
      "address": "888 Bride House, 8 Bride grove, Wedford, Wedfordshire, BR1 2E",
      "condition": "Single",
      "signature": "J.N.O. Black"
    }
  }
]