cblown
13 years agoBoss
Query Custom Tags
Hey
We are looking into quering Custom Tags and we have this call working
/restapi/vc/posts/for/metadata/key/modbar.negativecomment/value/true/count
However we'd like to query this count between two dates. So we tried using the Search Rest API - as this offers date quering - but we can't get any data. (while logged in with an Admin role)
/restapi/vc/search/messages?metadata_search=true&admin_tags=modbar.negativecomment&search_type=thread&filter=adminTags
The above query string does work in Moderation Manager > Custom Tags and interestingly the Subscribe to RSS feed function doesn't work either (?)
We were hoping to use this as described here
date:[1341341612 TO 1341946412]
Any suggestions?