EBSCOhost

EBSCOhost Integration Toolkit

NovelistSelect

Click here for a complete list of operations.


FindSimilarAuthors

The FindSimilarAuthors method is used retrieve authors related to a particular book.

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: 9780394561103
  • 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>