Product Version Information

Returns product version details of the source data products

Returns current valid version information for identifier relationships

get

/productVersionInfo/{correlationMethod}

Authorizations
Path parameters
correlationMethodstring · enumrequired

Correlation method being queried

Options: RoadLink_TOID_TopographicArea_TOID_2, Road_TOID_TopographicArea_TOID_3, Street_USRN_TopographicArea_TOID_4, BLPU_UPRN_TopographicArea_TOID_5, RoadLink_TOID_Road_TOID_7, RoadLink_TOID_Street_USRN_8, BLPU_UPRN_RoadLink_TOID_9, Road_TOID_Street_USRN_10, BLPU_UPRN_Street_USRN_11, ORRoadLink_GUID_RoadLink_TOID_12, ORRoadNode_GUID_RoadLink_TOID_13
Responses
curl -L \
  --url 'https://api.os.uk/search/links/v1/productVersionInfo/{correlationMethod}'
{
  "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?