v1

latestOpenAPI 3.1.22026-08-0620737.9 KB
Retrieve Metadata for a Specific File

Get Metadata for Product File

Use this endpoint to retrieve metadata for a given product file and release.

get/Metadata/Product/{release}/{productname}

Path parameters

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

The name of the target product.

releasestring required

Specific Release. This can be specified in several ways.

  • YYYY.MM OR YYYY-MM - (year, month)
  • YYYY.QQ - (year, quarter)
  • [metaReleaseName] - Release Name, for example: latest

Query parameters

{"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.

FileNamestring
Releasestring
FileSizestring
Languagestring
Architecturestring
MD5string
SHA1string
SHA256string

Example response

{
  "FileName": "mdAddr_cSharpCode.cs",
  "Release": "2024.01",
  "FileSize": "99767",
  "Language": "NET",
  "Architecture": "ANY",
  "MD5": "250568c3798c8a51f948bc6291490cc3",
  "SHA1": "b4dfe0d63c67c3d1454a32e344c8e51e326f715a",
  "SHA256": "e93a0e7474db0d49dbf1fa57ecccec145bfc6f22974d3bad9ae05710b1e640bb"
}