Author |
Topic |
 Vespa Haruhara |
Posted - 2011.04.06 22:54:00 - [ 1]
I am inquiring to find out if it is intended that the cachedUntil element for /char/NotificationText.xml.aspx result to be a child of the result element instead of the 'eveapi' element as it is in as best I can tell all other API endpoints. If I have overlooked any prior comments on this my apologies.
--- c11dc7 zircote just now Notification.xml +++ 24a090 zircote just now Notification.xml @@ -8,6 +8,6 @@ corpID: 503239300 ]]></row> </rowset> - <cachedUntil>2021-01-19 13:24:07</cachedUntil> </result> + <cachedUntil>2021-01-19 13:24:07</cachedUntil> </eveapi> |
 Benign Sage |
Posted - 2011.04.07 01:37:00 - [ 2]
If I understand your question correctly here is the path to the value stored in cachedUntil:
eveapi->cachedUntil
cachedUntil is stored outside of Result.
If you continue to have trouble let me know and I will try to help.
Benign Sage |
 Catari Taga Centre Of Attention Middle of Nowhere |
Posted - 2011.04.07 03:11:00 - [ 3]
Edited by: Catari Taga on 07/04/2011 03:12:33 Originally by: Benign Sage cachedUntil is stored outside of Result.
No, it's not, it's a child node of result in NotificationTexts.xml.aspx, and that since it was introduced. PS: I doubt it's intentional, at least the same issue has been fixed for other calls. |
 Vespa Haruhara |
Posted - 2011.04.07 04:14:00 - [ 4]
Originally by: Catari Taga Edited by: Catari Taga on 07/04/2011 03:12:33
Originally by: Benign Sage cachedUntil is stored outside of Result.
No, it's not, it's a child node of result in NotificationTexts.xml.aspx, and that since it was introduced.
PS: I doubt it's intentional, at least the same issue has been fixed for other calls.
Correct |
 Benign Sage |
Posted - 2011.04.07 15:30:00 - [ 5]
Edited by: Benign Sage on 07/04/2011 15:54:06Sorry, you guys are right, for this particular API it IS within Result, so the path would be: eveapi->result->cachedUntil Sorry for the confusion! That pasted text up there threw me off, I should have taken a look at the actual API from the beginning  Benign Sage |
 Wollari Phoenix Industries Wicked Nation |
Posted - 2011.04.10 00:41:00 - [ 6]
Edited by: Wollari on 10/04/2011 00:40:56 It's already a know bug. Hope PrismX rolls out a bugfix soon. They had the same problem a couple month ago with a different api.
The only good thing is: The NotiText API is only used together with the notificationIDs and usually no one needs to fall back to the cachedUntil values. |