Presentation Question Node
Presentation Question Node
This node contains information about questions asked by users in a presentation. If the OpCode EQA is used instead of EQ, then a node may be inserted into the EventQuestionsAsked element containing a list of answers for this question, if any.
Example:
EQ:
< EventQuestionAsked EventKey="101" Name="Quarterly Conference" ExternalID="8383Q" AskedOn="2014-06-02 09:44:56" Priority="0" QuestionNum="7" Question="How does this impact the timeline?" />
EQA:
< EventQuestionAsked EventKey="101" Name="Quarterly Conference" ExternalID="8383Q" AskedOn="2014-06-02 09:44:56" Priority="0" QuestionNum="7" Question="How does this impact the timeline?" >
<AnswerList><Answer AnsweredBy="Joe Presenter" AnsweredOn="2014-06-02 09:49:21" Private="0" AnswerText="No, it will not." />
</AnswerList>
</EventQuestionAsked>
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 |
---|---|---|
EventKey |
Integer |
The Notified event key of the event that the question entry relates to. |
Name |
String |
The title of the event that this question entry relates to. |
ExternalID |
String |
External ID/Event Code for the event that the question entry relates to. |
AskedOn |
Date |
Date and time the question was asked. |
Priority |
Integer |
The priority of this question. |
QuestionNum |
Integer |
The auto-numbered index of the question, if used. |
Question |
String |
The text of the question. |
AnsweredBy |
String |
The name of the person who answered the question. |
AnsweredOn |
Date |
Date and time the answer was entered. |
Private |
Flag (0/1) |
One (1) if the question was answered privately, else zero (0). |
AnswerText |
String |
The text of the answer. |