Thanks a lot for your answer.
I have checked that there is data in the Web UI first.
The search that I do from the Web UI is this (Reports -> User Search Reports):
http://somecommunity.com/community/admin/metrics?date=1279436400000&selection=2&view=1&adminid=&type=&metrics.type=Community&metrics.name=userSearch_top_search_terms
(this search if for an entire week)
I can see at least 15 results. Then I copy the URL to use it through the REST API like this:
http://somecommunity.com/restapi/vc/metrics?date=1279436400000&selection=2&view=1&adminid=&type=&metrics.type=Community&metrics.name=userSearch_top_search_terms
And the response is this:
<response status="success">
<metrics type="metrics" href="/metrics">
<metric name="board_views" type="long">543122</metric>
<metric name="message_views" type="long">27896002</metric>
<metric name="subscriptions_sent" type="long">3751</metric>
<metric name="threads_escalated" type="long">113</metric>
</metrics>
</response>
:(.
Could this be related with the REST API version that we are using?
Can I download the CSV using some sort of request?
Thanks again for your time.
Claudio.