latestOpenAPI 3.1.22026-08-0620737.9 KB

482c99a1e704

Retrieve Available Release Version Numbers

Get Available Version Numbers for Product File

Use this endpoint to retrieve a list of all available releases for a product file, in the format YYYY.MM.

get/Releases/Product/{productname}

Path parameters

productname'CanadianGeoData' | 'DataQualityComponents-SSIS' | 'DataQualitySuite' | 'FoneData' | 'Geocoder' | 'GeoData' | 'GlobalMatchUp' | 'mdCanada' | 'mdELOT' | 'MP4' | 'RightFielder' | 'ZipData' required

The name of the target product.

Query parameters

format'crLfList' | 'lfList' | 'comma' | 'tab' | 'json' | 'xml'

Desired Format of Response.

  • crLfList - Default. File list delimited by CR/LF.
  • lfList - File list delimited by LF.
  • comma - comma delimited list.
  • tab - tab delimited list.
  • json - JSON serialized list.
  • xml - XML serialized list.
{"stackTrail":"components:parameters:LicenseKeyParam:schema","oasType":"schema","type":"unknown"}

The License Key issued by Melissa.

Headers

Accept'application/json' | '*/*' required

Format of the response.

Content-Type'application/json' | 'application/xml' required

Format of the request.

Response

Successful response.

string[] required

Example response

[
  "2023.06",
  "2023.07",
  "2023.08",
  "2023.12",
  "2024.01"
]