Show Date Node
Show Date Node
This node contains show date definitions. Show dates control when access is allowed for users to log in to the show environment. These nodes are contained within a ShowDates container node.
Example:
<ShowDate ShowDatesKey="2145" DateType="4" FromDateTime="2010-01-01 08:00:00" ToDateTime="2010-01-03 17:00:00"
UserType="3" />
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 |
---|---|---|
ShowDatesKey |
Integer |
The Notified show date key for this date entry. |
DateType |
Integer |
Type of date entry. Date types are as follows: 1 = EarlyBird Registration 2 = Open Registration 3 = Preview Dates 4 = Show Dates 5 = After Show Access Dates 6 = Data Portal Access Dates |
FromDateTime |
Date |
Effective start date and time for this entry. |
ToDateTime |
Date |
Effective end date and time for this entry. |
UserType |
Integer |
Type of user this date rule applies to. Values are zero (0) for Attendees, one (1) for Exhibitors, and three (3) for both. |