EBSCOhost

EBSCOhost Integration Toolkit

NovelistSelect

Click here for a complete list of operations.


NovelistContentSearch

The NoveListContentSearch method is used retrieve NoveList content related to a particular book in the form of links to xml documents. For example: Book Discussion Guides, Author Read-Alikes, Book Talks, etc

To test the operation using the HTTP GET protocol, click the 'Invoke' button.

Parameter Value Default Value Notes
prof:(customerID.groupID.profileID)
  • Required Field if using Profile Authentication
pwd:
  • Required Field if using Profile Authentication
authType: profile
  • Indicates if using IP Authentication or Profile Authentication. Valid values are: (ip, profile)
ipprof:(profileID)
  • Required Field if using IP Authentication
isbn:
  • ISBN to be used for the search. Example: 9780060175405
  • Required Field
numrecs: 10
  • Number of record for the result set returned from a search.
  • Greater than 0

The following is a sample HTTP GET response.

<novelistSelectResponse>
   <searchResults>
   </searchResults>
</novelistSelectResponse>