Limit result in API

Hello!

I have one problem with API.

When I make api query for example:
_http://site.ru/index.php?module=API&method=Live.getLastVisitsDetails&format=XML&idSite=1&period=month&date=today&token_auth=XXX&filter_limit=-1

I have about 25 result but I want to see all results in xml format style_emoticons/<#EMO_DIR#>/sad.gif

Can somebody help me?

ps. sorry for mistake I’m from Ukraine

You can’t use limit=-1 to specify unlimited.

The default limit for this method is 25. You can specify a non-negative limit to override the default but it is subject to the “API_datatable_default_limit” setting in global.ini.php.

In global.ini.php I have this:

; default number of rows returned in API responses
API_datatable_default_limit = 50

I set up on 100, but it didn’t help me. It’s steel 25 results

right. now, use limit=50 (instead of filter_limit=50)

this inconsistency in the Piwik API is because the Live plugin accesses non-archive tables.

thank you!!
It’s work

I’m happy style_emoticons/<#EMO_DIR#>/rolleyes.gif

I have one question.

Can I see in piwik logs search spiders?
When they visit my site and how often?