Book.Get
Gets information about a book from the database. HTTP Operation HTTP GET URL https://www.mblast.com/api/rest/v.01/book.get.aspx Parameters See the documentation for creating REST queries.
Sample Request URL: https://www.mblast.com/api/rest/v.01/book.get.aspx?un=demo&pw=demo&recordID=12345 Response Elements Response are returned in an XML document.
Example response The following is an example of the response returned by the Book.Get method.
<?xml version="1.0" encoding="UTF-8"?>
<response>
<book>
<recordID>12345</recordID>
<title>Wireless Home Networking For Dummies</title>
<author>Daniel Briere</author>
<link>http://www.amazon.com/gp/product/0764539108</link>
<description>
Guides users through the myraid of issues
regarding building a wireless home network.
</description>
<date>2003-05-01T1:00:00Z</date>
<publisher>12345</publisher>
<keywords>home network, wireless network</keywords>
</book>
</response>
Errors Book.Get returns the standard errors. There are no errors specific to this method. |