service=getCategories 

Returns an XML payload containing a full listing of all category data.  Category data consists primarily of the category name and sub-categories.

Sample Request URL: End Point URL=cnt.getservice&service=getCategories

Parameter Options:

*apiKey: Valid API key 

categoryTypeID: Integer valid values: 1= Event, 2=Exhibitor & 3=Abstract If not provided the system defaults to sending Event categories.

includeAdminOnlyCategories: 0 or 1 (represents true or false).

Boolean used to control whether or not admin categories are included in the list. This option is only available SSO users that have a security level less than 5.

plannerID: Numeric identifier for a valid planner. Use this parameter to request the details of a single planner.

activityID: Numeric identifier for a valid activity. Use this parameter to request the details of a single activity.

activityCode: String identifier for a valid planner, activity, or meeting. Use this parameter to request the details of a single activity, planner or meeting

Sample XML Payload: 
SeeRest_GetCategories.xml