Hi Matt,
This call works well but there are a few tweaks if you have the time as the info returned only includes static fields for which there are values. This means, I’m really not getting the contents of the view like one would when doing a copy / paste.
This causes three problems:
1) there’s no way to know what columns are available in the view,
2) calculated fields such as Album Artist (auto) are not included in the returned results so I have to make yet another call to get the fields (see next comment), and
3) expression column data is missing from the returned data.
Perfect world, I want all the data that is in the view.
Note: Regarding the MCWS call - there is a parameter to request which fields you want, so you can either:
1) don’t ask for anything specific and you get all populated static data (no data for calculated fields), or
2) ask for specific fields and these can be calculated fields.
However, it would be good if there was a way to ask for All fields + a specific list of other fields. This would allow making one call to get everything + some calculated fields.
Thanks
Nathan