From EVEDev
[edit] /char/ContactNotifications.xml.aspx
[edit] Overview
Lists the notifications received about having been added to someone's contact list.
See also the Notifications API.
[edit] Data Caching
This method is cached according to the Modified Short Cache Style.
[edit] Input Arguments
| Name
| Type
| Description
|
| apiKey
| char(64)
| Full access API key of account.
|
| userID
| int
| userID of account for authentication.
|
| characterID
| int
| The ID of the character for the requested data, from Character List.
|
[edit] Output XML
<eveapi version="2">
<currentTime>2010-05-29 23:04:28</currentTime>
<result>
<rowset name="contactNotifications" key="notificationID" columns="notificationID,senderID,senderName,sentDate,messageData">
<row notificationID="308734131" senderID="797400947" senderName="CCP Garthagk" sentDate="2010-05-29 23:04:00"
messageData="level: 10
message: Hi, I want to social network with you!
" />
</rowset>
</result>
<cachedUntil>2010-05-30 05:04:28</cachedUntil>
</eveapi>
[edit] Output Rowset Columns
| Name
| Type
| Description
|
| notificationID
| int
| ID number of the notification.
|
| senderID
| int
| Character/Agent/Corp identifier.
|
| senderName
| string
| Character/Agent/Corp name
|
| sentDate
| date string
| Date notification was sent.
|
| messageData
| string
| contents of the message
|
[edit] Output messageData
Message data is a string of name/value pairs.
{name1}: {value1}
{name2}: {value2}
{name3}: {value3}
| Name
| Type
| Description
|
| level
| double
| The new standing
|
| message
| string
| Contents of the message
|
[edit] References
- Tyrannis API Improvements Devblog [1]