v24

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

Look up a specific civil partnership record

Look up individual civil partnership records using the systemNumber printed in the bottom-left of the civil partnership certificate. (UNSTABLE: This endpoint is subject to change.)

get/v1/registration/partnership/{id}

Path parameters

idinteger required

The system number printed in the bottom-left of the civil partnership certificate

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"
  }
}