| Pages: [1] :: one page |
| Author |
Thread Statistics | Show CCP posts - 0 post(s) |

Burnmate
|
Posted - 2011.01.19 22:25:00 -
[1]
Edited by: Burnmate on 19/01/2011 22:30:06 i don't understand how works now the journal for user/corp
http://wiki.eve-id.net/APIv2_Char_JournalEntries_XML beforeRefID seems no work anymore... and the xml show me only 50 result...
how i can see more result?
|

Johnathan Roark
Caldari The Graduates Morsus Mihi
|
Posted - 2011.01.19 22:30:00 -
[2]
The patch notes implies that it works more like mailBodies now
POS-Tracker 3.0 Hosting |

Burnmate
|
Posted - 2011.01.19 22:32:00 -
[3]
Originally by: Johnathan Roark The patch notes implies that it works more like mailBodies now
i don't understand ... mailbodies is really different from the journal...
Quote: Returns the bodies of headers that have already been fetched with the MailMessages call. It will also return a list of missing IDs that could not be accessed. Bodies cannot be accessed if you have not called for their headers recently.
how i can open the headers for the journal? :D
|

Catari Taga
Centre Of Attention Middle of Nowhere
|
Posted - 2011.01.19 23:04:00 -
[4]
New Parameters:
fromID - same as beforeRefID used to be rowCount - number of rows to return
I'll update the wiki tomorrow or so if noone else does. --
|

Burnmate
|
Posted - 2011.01.19 23:10:00 -
[5]
Originally by: Catari Taga New Parameters:
fromID - same as beforeRefID used to be rowCount - number of rows to return
I'll update the wiki tomorrow or so if noone else does.
umm rowcount is limited to 85?
|

Catari Taga
Centre Of Attention Middle of Nowhere
|
Posted - 2011.01.19 23:12:00 -
[6]
Originally by: Burnmate umm rowcount is limited to 85?
No. Maybe your journal has no more entries. --
|

Burnmate
|
Posted - 2011.01.19 23:15:00 -
[7]
mm maybe get only data from the patch ...
|

Catari Taga
Centre Of Attention Middle of Nowhere
|
Posted - 2011.01.19 23:23:00 -
[8]
Originally by: Burnmate mm maybe get only data from the patch ...
Nope, I can get data several months back. Make sure you're querying the correct characterID --
|

Burnmate
|
Posted - 2011.01.19 23:27:00 -
[9]
Edited by: Burnmate on 19/01/2011 23:27:52 i have a curl curl_setopt($ch, CURLOPT_URL, "http://api.eve-online.com/corp/WalletJournal.xml.aspx?rowCount=1000&accountKey=1000&userID=".$userid."&apiKey=".$apikey."&characterID=".$charid);
char user and api aren't changed but the result are lesser (before the patch was more result...) btw i don't care... if it working from now i don't have problem about the past :D
|

Johnathan Roark
Caldari The Graduates Morsus Mihi
|
Posted - 2011.01.19 23:50:00 -
[10]
Originally by: Burnmate Edited by: Burnmate on 19/01/2011 23:27:52 i have a curl curl_setopt($ch, CURLOPT_URL, "http://api.eve-online.com/corp/WalletJournal.xml.aspx?rowCount=1000&accountKey=1000&userID=".$userid."&apiKey=".$apikey."&characterID=".$charid);
char user and api aren't changed but the result are lesser (before the patch was more result...) btw i don't care... if it working from now i don't have problem about the past :D
There use to be a time frame that you could only go back so far. Just a thought. Also, use POST instead of GET
POS-Tracker 3.0 Hosting |

Azazel Mordred
Minmatar Cloak of Shadows
|
Posted - 2011.01.20 05:11:00 -
[11]
It's not really a big deal, but my journal also only pulls transactions up to the 15th by default (before subsequent calls with a fromID), rather than trying to get 2000 records or whatever the number was before.
|

Burnmate
|
Posted - 2011.01.20 06:15:00 -
[12]
umm ok now i have more result (165) but the xml is "unsorted" or atleast is sorted from entry 1-145 and from 146 to 165 <row date="2011-01-20 03:28:00" ... <- entry 1 <row date="2011-01-18 05:57:00" ... <- entry 145 <row date="2011-01-20 05:59:00" ... <- entry 146 <row date="2011-01-20 03:48:00" ... <- entry 165
i changed to POST from GET .. but isn't a big difference :D
|

Azazel Mordred
Minmatar Cloak of Shadows
|
Posted - 2011.01.20 06:20:00 -
[13]
Originally by: Burnmate umm ok now i have more result (165) but the xml is "unsorted" or atleast is sorted from entry 1-145 and from 146 to 165 <row date="2011-01-20 03:28:00" ... <- entry 1 <row date="2011-01-18 05:57:00" ... <- entry 145 <row date="2011-01-20 05:59:00" ... <- entry 146 <row date="2011-01-20 03:48:00" ... <- entry 165
i changed to POST from GET .. but isn't a big difference :D
Mine's unsorted too. We'll have to sort it ourselves in the future (probably safest bet anyway), and it's no longer safe to just use the last record's ID in the result set for walking through history.
|

Lutz Major
|
Posted - 2011.01.20 08:00:00 -
[14]
Originally by: Azazel Mordred
Mine's unsorted too. We'll have to sort it ourselves in the future (probably safest bet anyway), and it's no longer safe to just use the last record's ID in the result set for walking through history.
Had the same issue yesterday. Today (as of now) all my WalletJournals are sorted again. Even duplicate/wrong entries are gone too
|

Lost Hamster
Hamster Holding Corp
|
Posted - 2011.01.20 10:56:00 -
[15]
Originally by: Lutz Major
Originally by: Azazel Mordred
Mine's unsorted too. We'll have to sort it ourselves in the future (probably safest bet anyway), and it's no longer safe to just use the last record's ID in the result set for walking through history.
Had the same issue yesterday. Today (as of now) all my WalletJournals are sorted again. Even duplicate/wrong entries are gone too
I guess that was the reason why the Journal API was unavailable yesterday for a fix. -------------------------------------------------------------------------------------------- Shields are like pants, they're supposed to come off. Armor is like the condom once its gone ur ****ed |

Matthew
Caldari BloodStar Technologies
|
Posted - 2011.01.20 18:35:00 -
[16]
Originally by: Burnmate umm rowcount is limited to 85?
Max rowcount seems to be 256, seems to default to this if you try any higher value (e.g. rowcount=1000 will still only give you 256 rows). ------- There is no magic Wand of Fixing, and it is not powered by forum whines. |

Catari Taga
Centre Of Attention Middle of Nowhere
|
Posted - 2011.01.20 20:06:00 -
[17]
Wiki updated. Max I could go back was 6 pages (1536 entries). Since I'm currently doing no trading I have no means to check whether you can still get more if within a time frame of a week, maybe someone can confirm. --
|
| |
|
| Pages: [1] :: one page |
| First page | Previous page | Next page | Last page |