Click here for a complete list of operations.
The Browse method is used to view indexes such as Authors or Subject Terms on an EBSCOhost database. Note that the index availability can be different per database.
To test the operation using the HTTP GET protocol, click the 'Invoke' button.
The following is a sample HTTP GET response.
<browseResponse> <response> <records> <!-- N - number of rec elements --> <rec resultID="xs:int"> <header> <browseTerms searchKey="xs:string" count="xs:int"> <browseTerm> <!-- Browse Term --> </browseTerm> </browseTerms> </header> </rec> </records> </response> </browseResponse>