Skip to main content

Matching Report

CustomerName_Potentially_Mixed_YYYYMMDD.json

id_artist_customername
required
string

Dataset: Matching
ID of an artist in the Customer's catalog

required
Array of objects

Releases of the artist in the Customer catalog that are matched with Music Story

{
  • "id_artist_customername": "string",
  • "releases": [
    ]
}

CustomerName_Potentially_Duplicate_YYYYMMDD.json

id_artist_musicstory
required
number

Dataset: Matching
ID of an artist in the Music Story catalog

required
Array of objects

List of potentially duplicate artists found in the Customer's catalog

{
  • "id_artist_musicstory": 0,
  • "duplicates": [
    ]
}

CustomerName_Potentially_Multi_Artist_YYYYMMDD.json

id_artist_customername
required
string

Dataset: Matching
ID of an artist in the Customer's catalog

required
Array of objects

List of artists that compose the artist

{
  • "id_artist_customername": "string",
  • "artists": [
    ]
}