API Offset

Hey guys,

may I have a quick question?

When I need to recieve all entries from Projects - how can I achieve an unlimited offset? For example sugar seems to use -1 but it doesnt work in suitecrm… It always just gets a few results (like 20 for example) but I need to loop through all of them…

Please let me know. Thank you!

Hi medipharma,

offset is only interesting when you are fetching the result.
use ‘max_results’ => 100000 in arguments for api access.

Rolf