Product Version Information
Returns current valid version information for identifier relationships
Authorizations
Path parameters
correlationMethodstring · enumRequiredPossible values:
Correlation method being queried
Responses
200
Returns product version information about the requested correlation
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/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?