Show Node
Show Node
This node contains all subsequent nodes and has general information regarding the show itself, as well as the run date and filter parameters used in this call.
Example:
<Show ShowKey="1014" RunAsOf="2010-02-23 11:01:50" Title="My Big Show" Active="1" RegistrationRequired="1" ShowArchived="0" InfoTypeFilter="|ALL|" >
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 |
---|---|---|
ShowKey |
Integer |
The Notified show key for this show. |
RunAsOf |
Date |
Date and time this request was processed. |
Title |
String |
Title of the show. |
Active |
Flag (0/1) |
Flag indicating whether this show is active. |
RegistrationRequired |
Flag (0/1) |
Flag indicating whether this show requires users to register to access it. |
ShowArchived |
Flag (0/1) |
Flag indicating whether this show has been archived. |
InfoTypeFilter |
String |
The filter specified for this call. |