Hi There,
I've created a little tool for myself to quickly find the MusicItemID of a song which I then use in one of my own APIs to match the content.
In this tool, I'm using the MusicCatalogSearchRequest but I was just wondering if anyone knows if those IDs I get back from this request are unique to the locale? and if so, is there a way to get all the IDs of a song to write down?
I don't want to match on a name as that's more error prone.
e.g. my API would look something like this:
{
"id": ["1259176472","510004981","1302212469"],
"text": "Cool content.",
}