Hi There
I have a requirement where in i need to get a list of Objects (can just be DataIDs) by querying content server on a category attribute value. For Example, i have a category called TempCat which has one attribute TempAttr. I have 20 documents in my system which have been assigned TempCat. 10 of those documents have value for TempAttr as "Primary". The remaining 10 have the value as "Secondary". The input to my utility will be the value for TempAttr. I need to find a list of objects that currently use that value.
Is it possible to develop the above using webservices? If yes, can you please point me to the right function call?
Thanks