API-call to get single action-/ page- stats

Hi folks,

I am trying to catch stats for a specific “action” or “page” in a given period.

Using e.g. “http://piwik.org/demo/?module=API&method=Actions.getActions&idSite=1&period=day&date=today&format=xml&token_auth=anonymous” returns multiple rows - one for each tracked action. To limit overhead (and some post-processing) I want to fetch data for a specific “action” or “page” and for a given period. Is there any way to do this?

Thanks in advance for any response and keep up your cool work, dudes.

regards
sascha

argh… “filter_column” and “filter_pattern” like in

http://piwik.org/demo/?module=API&meth…er_pattern=demo

are my friends now. marked as solved.

thank you very much for your patience.