on 01-25-2014 10:31 AM
David Staudt:Looking at the schema, it shows that <returnedTags> is optional for getCss and required for listCss. Glancing at a few other getXXX and listXXX requests seems to bear out that pattern: listXXX requests require a <returnedTags>, and any fields you want to see must be specified.
An option to request all available fields for a listXXX request sounds like a good enhancement. I can see that working either by behaving like the getXXX requests - where if you ommitt <returnedTags> than all tags are provided - or perhaps via an attribute, like <returnedTags all="True">. The first has some benefits by way of backward compatibility for older apps that are unaware of <returnedTags>.
Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: