These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

WalletJournal API call dataset bounds

Author
Line Ghost
School of Applied Knowledge
Caldari State
#1 - 2012-05-25 17:05:01 UTC
I can't find any information on what the limits are to what the API returns when you request a dataset, for example when making a WalletJournal call.

If I make a call to WalletJournal right now, I receive 50 entries, going back around 5 days. Will I always receive 50 entries? Or are the number of entries tied to a certain timeframe? Or is there some kind of paging mechanism, with 50 entries per page?

Thanks in advance for any help, I'm sure this information must be available somewhere, I just can't find it :(
Billy Bob Hatfield
#2 - 2012-05-25 18:14:05 UTC
There are two ways to get more rows than the default 50 rows/1 month. You can use the rowcount parameter to specify how many rows to return or you can use the journal walking feature. Journal walking (described in the eve-id.net wiki page found here) allows you to specify a refID in the fromID input parameter.