service=getAbstractSearchResults
Returns an XML payload containing an abstract listing. This data set returned is smaller than the getAbstracts request and intend for listing results. Use the result in combination with the getAbstract call to pull addition information on a specific abstract.
Sample Request URL: [End Point URL]/?do=cnt.getservice&service=getAbstractSearchResults
Parameter Options:
*apiKey: Valid API key
searchText: Text string used to perform a general search of the events. This parameter is used to find matches in the title, description, objectives or speaker names.
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.
AbstractNumber - Numeric value containing a valid abstract Number.
Abstractnumbers - comma separated numeric values; Used to provide specific list of Abstract Number.
Sample XML Payload: See Rest_GetAbstractSearchResults.xml