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
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.