SOAP Examples - Filter Category
Content
Hi everyone,
I'm trying to use the below SOAP to retrieve a list of FAQ's using the Category filter.
Can you please provide to me the below SOAP with the Category Filter correctly included?
I tried the filter like this:
<Filters xmlns="urn:objects.ws.rightnow.com/v1_2">
<Name>answers.map_cat_hierarchy</Name> < - category name filter
<Operator> <- fairly sure it's this Operator & Value that i've gotten wrong.
<ID id="2" xmlns="urn:base.ws.rightnow.com/v1_2"/>
</Operator>
<Values>532</Values>
</Filters>
The output of the below SOAP does work but doesn't give me the correct data set.
0