Publication.Search
Searches for publications matching a specified word or phrase. HTTP Operation HTTP GET URL https://www.mblast.com/api/rest/v.01/publication.search.aspx Parameters See the documentation for creating REST queries.
Sample Request URL: https://www.mblast.com/api/rest/v.01/publication.search.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 Publication.Search method.
<?xml version="1.0" encoding="UTF-8"?>
<response>
<publication>
<recordID>12345</recordID>
<name>802.11a News</name>
<publisher>12345</publisher>
<description>
Magazine dedicated to products and services
utilizing the 802.11a broadband wireless standard.
</description>
<link>http://www.80211anews.com</link>
<target audience>
End users, resellers, distributors, service
providers, etc.
</target audience>
<circulation>20000</circulation>
<type>4</type>
<frequency>1</frequency>
<topicfocus>6</topicfocus>
<keywords>broadband, wireless, 802.11a</keywords>
</publication>
</response>
Errors Publication.Search returns the standard errors. There are no errors specific to this method. |