Badge Award Node
Badge Award Node
This node contains information about badges held by the user.
Example:
<BadgeAward BadgeKey="60" Title="VIP" ExternalID="" AwardedDate="2011-11-11 14:46:04" BadgeType="2" ImgURL="https://api.onlinexperiences.com/FileLibrary/86/31/VIP24.png" ValuePoints="20" />
Calling The API
The API is called via a secure HTTPS request. This HTTPS request may be a GET or POST operation. Each request must supply the authentication credentials assigned to the caller by Notified. Only requests with valid credentials will be processed. These credentials identify the caller and provide access only to a specific customer area.
The format of the call is: https://api.onlinexperiences.com/scripts/Server.nxp?LASCmd=AI:4;F:APIUTILS!50566&APIUserAuthCode={YourAuthCode}&APIUserCredentials={YourCredentials}&ShowKey={ShowKey}&FromDateTime={FromDate in YYYY-MM-DD HH:MM:SS format}&ToDateTime={ToDate in YYYY-MM-DD HH:MM:SS format}&ActivityTypeFilter={filter code list, in |OPTION|OPTION| format…}&FilterUserType={0|1|-1 where 0 = attendees, 1 = exhibitors, -1 = both}
Note: The format of the APAC Data Center is: https://api.apac.onlinexperiences.com.
Specific parameter ordering is unimportant, with the only restriction being that the first parameter MUST BE LASCmd=AI:4;F:APIUTILS!50566. All other parameters may appear in any sequence order.
Attribute |
Type |
Comment |
---|---|---|
BadgeKey |
Integer |
The Notified badge key of the badge that the entry relates to. |
Title |
String |
The title of the badge that the entry relates to. |
ExternalID |
String |
External ID for the badge that the entry relates to. |
AwardedDate |
Date |
Date and time the badge was earned/assigned. |
BadgeType |
Integer |
Type of badge. 0 = Identification, 1 = Credential, 2 = Achievement |
ImageURL |
String |
Link to the image that represents the badge. |
ValuePoints |
Integer |
The point value associated with the badge. |
BadgeKey |
Integer |
The Notfied badge key of the badge that the entry relates to. |