v2

latestOpenAPI 3.0.0raw.githubusercontent.com2025-10-071847.6 KB
Official Copies

Get document availability associated with a title number.

Returns the OC1 document availability (title register and title plan) and a collection of OC2 document availability (referred to in the register) for the provided title number.

get/titles/{title_number}/official-copies/availability

Path parameters

title_numberstring required

The title number of the property. Characters must be uppercase.

The title number of the property. Characters must be uppercase.

Response

Success

Example response

{
  "data": {
    "continued_under_title_number": "FL99999",
    "referred_to_documents": [
      {
        "entry_numbers": [
          "A1",
          "C3",
          "C4"
        ]
      }
    ]
  }
}