Description
The Contact Notifications API lists the notifications received about having been added to someoneʼs contact list.
Call
Result
<?xml version='1.0' encoding='UTF-8'?>
<eveapi version="2">
<currentTime>2010-10-05 20:28:55</currentTime>
<result>
<rowset name="contactNotifications" key="notificationID" columns="notificationID,senderID,senderName,sentDate,messageData" />
</result>
<cachedUntil>2010-10-06 19:28:55</cachedUntil>
</eveapi>
Result attributes
| Name
| Type
| Description
|
| notificationID
| int
| notificationID.
|
| senderID
| int
| senderID.
|
| senderName
| int
| Name of sender.
|
| sentDate
| date string
| Date / time notification was sent.
|
| messageData
| string
| Content of message.
|
Top Contributors For This Page