Identifier

Query identifer

get

Query by identifier and find its associated IDs. May return more than one set of links due to the namespace overlap between UPRNs and USRNs.

Authorizations
Path parameters
idstring · min: 1 · max: 36Required

ID of the feature that is being matched

Responses
200
Search results matching criteria
application/json
get
GET /search/links/v1/identifiers/{id} HTTP/1.1
Host: ${lids.api.server}
Accept: */*
{
  "linkedIdentifiers": [
    {
      "linkedIdentifier": {
        "identifier": "text",
        "featureType": "BLPU",
        "identifierType": "GUID"
      },
      "correlations": [
        {
          "searchedIdentifierVersionDate": "text",
          "searchedIdentifierVersionNumber": 1,
          "correlationMethodIdentifier": "RoadLink_TOID_TopographicArea_TOID_2",
          "correlatedFeatureType": "BLPU",
          "correlatedIdentifierType": "GUID",
          "correlatedIdentifiers": [
            {
              "identifier": "text",
              "versionNumber": 1,
              "versionDate": "text",
              "confidence": "text",
              "correlationIdentifier": "text"
            }
          ]
        }
      ]
    }
  ]
}

Last updated

Was this helpful?