service=getAbstracts 

Returns an XML payload containing a full listing of all abstract data.  Abstract data consists primarily of the title, abstract number, purpose, materials & methods, results & conclusions.

Sample Request URL:
[EndPointURL]/?do=cnt.getservice&service=getAbstracts

Parameter Options:

*apiKey: Valid API key includeEventData: Boolean value (0 or 1). Default is 0.
categoryID: Numeric value containing a valid category.  Use the ‘getAbstractSearchOptions’ call to obtain a valid list of categories
speakerID: Numeric value containing a valid speaker. Use the ‘getAbstractSearchOptions’ call to obtain the list of possible speakers.
abstractTypeID: Numeric value containing a valid abstract type. Use the ‘getAbstractSearchOptions’ call to obtain the list of possible abstract types.
acceptedFlag: Boolean value (0 or 1).  Default is 1.
abstractIDs: Comma separated numeric values; Used to provide a specific list of abstract ID values.
includeEventData: Boolean value (0 or 1). Default is 0.  Used to include a events associated w/ the abstract.  Use the ‘getEvents’ method w/ the eventIDs parameter to pull detailed information for these events.
includeSubAbstracts: Boolean value (0 or 1). Default is 0. If set to 1 (true), this will also pull sub-abstracts (child abstracts).
modifiedOnAfter: Valid date string (yyyy-mm-dd HH:mm – 24hour time format); Used to indicate a date to use for only including changes after the supplied date.


Sample XML Payload:  See Rest_GetAbstacts.xml