RegistrationPage Node

RegistrationPage Node

This node contains information defined for each Quick Registration page defined for the given show. These nodes are contained within a RegistrationPages container node.

Example:

<RegistrationPage ShowUUID=" 0ABA8778-3186-460A-9E5F-6140759BA1B7" GroupID="SocialMedia" LocaleID="0" ShowPackageKey="5774" ShowPackage="Attendee Package" DefaultAttendeeTypeKey="2331" DefaultAttendeeType="Standard Viewer" DefaultTimeZoneInfoKey="0" DefaultTimeZone=" (default - Central Time)" TwoFactorAuth="0" GroupAssignments="" />

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

ShowUUID

GUID

Unique identifier for this show.

GroupID

String

The optional group ID to differentiate this page from others that may be defined.

LocaleID

Integer

The locale ID that this page’s language is created in.

ShowPackageKey

Integer

The package key of the registration package that will be used for all who register with this page.

ShowPackage

String

The package title of the registration package that will be used for all who register with this page.

DefaultAttendeeTypeKey

Integer

The key of the default attendee type is used to create users upon registration.

DefaultAttendeeType

String

The title of the default attendee type is used to create users upon registration.

DefaultTimeZoneInfoKey

Integer

The key of the default time zone used to assign to newly created users.

DefaultTimeZone

String

Description of the default time zone used to assign to newly created users.

TwoFactorAuth

Integer

Flag (0/1) indicating whether this registration page uses two-factor authorization.

GroupAssignments

String

A comma-separated list of Attendee Groupings that will be assigned to newly created users who register with this page.