Returns an XML payload containing a full listing of event or session credit data grouped by registration type. Event or session data consists primarily of the name, date, time description and location of events. Credit data primarily consists of the total credits claimed and people who have claimed those credits. Note: The tag, AI_ATTENDEEID, may be used within data elements and serves as a placeholder to be replaced by a valid attendee ID. The data excludes people who do not have a registration type. This service is only allowed to be run between 11 PM EST and 7AM EST IF there are more than 100 Events.
Sample Request URL: [End Point URL]/?do=cnt.getservice&service=getEventsCreditsByRegTypeSummary
Parameter Options:
*apiKey: Valid API key
statusFlag: Valid values: 1-Active; 0-Inactive; -1-All; Used to indicate if the event is active or inactive. Generally inactive events are events that have been cancelled or removed by the client.
publicUseFlag: Valid values: 1=Public; 0=Private; -1=All; Used to determine the types of events to include. Public events are viewable to the general population. Private events are events clients are withholding from the general viewing public
approvedFlag: Valid values: 1=Approved; 0=Not Approved; -1=Both; Used to determine the types of events to include. Note that a site setting can be used to use approvedFlag=1 by default. However, passing the parameter via the url will override the site setting parameter.
categoryID: Numeric value; Use the ‘getCategories’ REST call to pull a list of valid categories.
plannerID: Numeric value containing a valid planner.
startsOnDate: Date value containing a valid date. Use the ‘getEventSearchOptions’ call to obtain a valid list of dates.
Sample XML Payload: See Rest_GetEventCreditsByRegTypeSummary.xml