SubjectCategory Node

SubjectCategory Node

This node contains subject category entries defined for the show. These nodes are contained within a SubjectCategories container node.

Example:

<SubjectCategory SubjectCategoryKey="18" Description="Product Information" ExternalID="" DisplayOrder="4" AdminOnly="0" ExcludeFromSearch="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

SubjectCategoryKey

Integer

Notified subject category key for this subject category.

Description

String

Description of this subject category.

ExternalID

String

The External ID of this subject category.

DisplayOrder

Integer

Order to use when displaying this subject category.

AdminOnly

Flag (0/1)

Flag indicating whether this subject category is publicly available or reserved for admin use only.

ExcludeFromSearch

Flag (0/1)

Flag indicating whether content associated with this subject category is excluded from a global search.