Product Version Information
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.
Returns current valid version information for identifier relationships
Correlation method being queried
Returns product version information about the requested correlation
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/productVersionInfo/{correlationMethod} HTTP/1.1
Host: ${lids.api.server}
Accept: */*
{
"methodIdentifier": "RoadLink_TOID_TopographicArea_TOID_2",
"productCreationDate": "text",
"productPublicationName": "text",
"identifier1Source": {
"productName": "AddressBase Premium",
"productPublicationDate": "text",
"productPublicationName": "text",
"featureType": "BLPU",
"identifierType": "GUID"
},
"identifier2Source": {
"productName": "AddressBase Premium",
"productPublicationDate": "text",
"productPublicationName": "text",
"featureType": "BLPU",
"identifierType": "GUID"
}
}
Last updated
Was this helpful?