ShowSurvey Node
ShowSurvey Node
This node contains show survey question and answer information defined for the show. These nodes are contained within a ShowSurveys container node.
Example:
<ShowSurvey ShowSurveyKey="18" Title="Product Information" DisplayOrder="4" Active="1" ShowResults="0" AllowResubmit="1" OwnerBoothKey="0" />
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 :https://api.onlinexperiences.com/scripts/Server.nxp?LASCmd=AI:4;F:APIUTILS!50565&APIUserAuthCode={YourAuthCode}&APIUserCredentials={YourCredentials}&ShowKey={ShowKey}&InfoTypeFilter={filter code list, in |OPTION|OPTION| format…}
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!50565. All other parameters may appear in any sequence order.
Attribute |
Type |
Comment |
---|---|---|
ShowSurveyKey |
Integer |
Notified survey key for this Show Survey. |
Title |
String |
Title of this Survey. |
DisplayOrder |
Integer |
Sort order for this Survey. |
Active |
Flag (0/1) |
Flag indicating whether this Survey is active. |
ShowResults |
Flag (0/1) |
Flag indicating whether results are shown when the survey answers are submitted. |
AllowResubmit |
Flag (0/1) |
Flag indicating whether survey answers may be changed after initial save. |
OwnerBoothKey |
Integer |
Booth key that this Survey belongs to, or 0 if general, show-level. |
SurveyQuestions |
NODE |
Collection of questions on this Survey in SurveyQuestion nodes. |