EVE API Character Notifications

Description

The Notifications API returns the message headers for notifications. The first request will return the latest 200 notifications that were received by the character in the last week. Subsequent requests will return only the new items since the last request.

Call

Base URL https://api.eveonline.com/char/Notifications.xml.aspx
Parameters userID, apiKey, characterID
Cache Time (minutes) Modified Short Cache
Authentication limited

Result

<?xml version='1.0' encoding='UTF-8'?>
<eveapi version="2">
  <currentTime>2011-08-02 12:42:42</currentTime>
  <result>
    <rowset name="notifications" key="notificationID" columns="notificationID,typeID,senderID,sentDate,read">
      <row notificationID="332801598" typeID="89" senderID="999999999" sentDate="2011-08-02 00:53:00" read="1" />
      <row notificationID="350934324" typeID="18" senderID="999999999" sentDate="2011-08-01 23:47:00" read="1" />
      </rowset>
  </result>
  <cachedUntil>2011-08-02 13:01:27</cachedUntil>

Result attributes

Name Type Description
notificationID int Unique notification ID for this notification.
typeID int ID for the type of notification
senderID int character id of the notification sender
sentDate date string The date and time when this notification was sent
read int 1 if it's read, 0 if it hasn't been

API Functions

Account Data Characters Status
Character Data Account Balance Asset List Calendar Event Attendees Character Sheet
Contact List Contact Notifications Factional Warfare Statics Industry Jobs
Kill Log Mailing Lists Mail Bodies Mail Messages
Market Orders Medals Notification Texts Notifications
NPC Standings Research Skill In Training Skill Queue
Upcoming Calendar Events Wallet Journal Wallet Transactions
Corporation Information Account Balance Asset List Contact List Container Log
Corporation Sheet Factional Warfare Statistics Industry Jobs Kill Log
Market Orders Medals Member Medals Member Security
Member Security Log Member Tracking NPC Standings Outpost List
Outpost Service Detail POS Detail POS List Shareholder
Titles Wallet Journal Wallet Transactions
EVE Alliance List Certificate Tree Character ID Character Info
Character Name Conquerable Station List Error List Factional Warfare Statistics
Factional Warfare Top Stats Reference Types Skill Tree
Maps Factional Warfare Systems Jumps Kills Sovereignty
Miscellaneous APIs ID to Character Portrait and Corporation/Alliance Logo Server Status

Notification Types

A table of notification typeIDs can be found here:

http://wiki.eve-id.net/APIv2_Char_Notifications_XML