Identifier
API test authentication
The Open API block allows you to test OS APIs directly from the page with example data and parameters. To use this feature, you will need to add your API Key or OAuth2 token to the authentication field.
For help generating an API Key or OAuth2 token, please see the Getting started with an API project or OAuth2 documentation.
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.
ID of the feature that is being matched
Search results matching criteria
E.g. missing query parameter, malformed syntax.
The client has not provided authentication or incorrect authentication.
The client has authenticated its access but does not have sufficient rights to complete the request.
The server has not found anything matching the Request-URI.
Request used an unsupported HTTP method, e.g. DELETE or PUT.
Exceeded the number of requests per minute (rate-limit).
Generic internal server error.
Temporary outage due to overloading or maintenance.
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?