Click here for a complete list of operations.
The AuthoritySearch method is used to perform authority searches on EBSCOhost reference system.
To test the operation using the HTTP GET protocol, click the 'Invoke' button.
The following is a sample HTTP GET response.
<AuthoritySearchResponse> <Statistics> <!-- N-number of Statistic elements, one per database used during the search --> <Statistic> <Database> <!-- Database Short Name --> </Database> <Hits> <!-- Number of hits found for the query within the database --> </Hits> </Statistic> </Statistics> <SearchResults> <records> <!—N-number of rec element, one per record returned from the search --> <rec recordID="xs:int"> <!-- The exact structure will depend on a number of factors including the format used and authority searched --> <!-- Below is a list of more commonly used data items --> <browseTerm> <!-- Browse Term --> </browseTerm> <searchTag> <!-- Search Tag --> </searchTag> <searchTerm> <!—- Search Term --> </searchTerm> <useTerm> <!—- Use Term --> </useTerm> <isExplodable> <!—- Term can be exploded (Y/N) --> </isExplodable> </rec> </records> </SearchResults> </AuthoritySearchResponse>