Feature Types
Returns associated Linked Identifiers, when feature type is known. Returns an object.
Authorizations
Path parameters
idstring · min: 1 · max: 36Required
ID of the feature that is being matched
featureTypestring · enumRequiredPossible values:
Feature type of ID being queried
Responses
200
Search results matching criteria
application/json
400
E.g. missing query parameter, malformed syntax.
401
The client has not provided authentication or incorrect authentication.
403
The client has authenticated its access but does not have sufficient rights to complete the request.
404
The server has not found anything matching the Request-URI.
405
Request used an unsupported HTTP method, e.g. DELETE or PUT.
429
Exceeded the number of requests per minute (rate-limit).
500
Generic internal server error.
503
Temporary outage due to overloading or maintenance.
get
GET /search/links/v1/featureTypes/{featureType}/{id} HTTP/1.1
Host: ${lids.api.server}
Accept: */*
{
"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?