HoldingsIQ Documentation Title

 

 

The HoldingsIQ service retrieves vendor, package and title related information in JSON format. The service automates the managing of holdings data from different sources.

 

 

 

 

Exact Match Search Type

The exact match search type is supported by the GET /{custid}/titles endpoint.  It can be used with any of the search fields.  The exact match search type performs a "TERM" search to look for your exact search term in its entirety.  If there is a match, then it retrieves the list of titles matching the whole term in its entirety.  So, only when the result contains an exact match to the search term will a result be returned.  For example, use searchtype=exactmatch and search=Natural Neuroscience to return the title that matches the whole title name Natural Neuroscience.

To Use the Exact Match Search Type (example):

Request

GET https://sandbox.ebsco.io/rm/rmaccounts/CUSTID/titles?search=Natural Neuroscience&searchfield=titlename&selection=0&resourcetype=0&orderby=0&count=100&offset=1&searchtype=exactmatch