• Overview View our development partners
  • APIs Easily interface with mBLAST's database
    • ATOM/RSS Submit your data without web services programming
    • Web Services Easily interface with mBLAST's database
      • API Activation Form
      • Analyst Reports
      • Articles
      • Books
      • Companies
      • Events
      • Glossaries
      • People
      • Press Releases
      • Products
      • Publications
      • Venues
      • White Papers
        • WhitePaper.Search
        • WhitePaper.Get
        • WhitePaper.Add
        • WhitePaper.Update
        • WhitePaper.Delete
  • Applications Create dynamic functionality on your website

WhitePaper.Get

Gets information about a white paper from the database.

HTTP Operation

HTTP GET

URL

https://www.mblast.com/api/rest/v.01/whitepaper.get.aspx

Parameters

See the documentation for creating REST queries.

ParameterData typeDescription
apiapi (required)mBLAST API assigned to developer.
recordIDinteger (required)The recordID assigned to the white paper.

Sample Request URL: https://www.mblast.com/api/rest/v.01/whitepaper.get.aspx?un=demo&pw=demo&recordID=12345

Response Elements

Response are returned in an XML document.

FieldDescription
responseContains the query response.
whitepaperContains the individual white paper information.
recordIDThe recordID assigned to the white paper.
titleThe title of the white paper.
dateThe date when the white paper was published.
abstractAn abstract or summary of the white paper.
companyThe company ID of the company which published the white paper.
lengthThe number of pages in the white paper.
linkA URL for the web page where the white paper can be obtained.
documentlinkA URL pointing to the white paper document itself.
keywordsKeywords associated with the white paper, separated by commas.

Example response

The following is an example of the response returned by the WhitePaper.Get method.

<?xml version="1.0" encoding="UTF-8"?>
<response>
  <whitepaper>
    <recordID>12345</recordID>
    <title>
      Asynchronous Transfer Mode (ATM) Passive Optical 
      Networks (PONs) 
    </title>
    <date>2006-02-17T1:00:00Z</date>
    <abstract>
      This tutorial discusses the economics, operator 
      and customer benefits, and technological 
      development of optical distribution networks with 
      asynchronous transfer mode passive optical 
      networks (ATM PONs). ATM–PON infrastructure is 
      widely cited by telecommunications carriers and 
      equipment vendors as potentially the most 
      effective broadband access platform for 
      provisioning advanced multimedia services as well 
      as legacy services such as tier 1 (T1). Since 
      1995, an influential group of worldwide carriers 
      and equipment vendors has been developing 
      requirement specifications for a full-service 
      access network with ATM PON as the core 
      technology. 
    </abstract>
    <company>12345</company>
    <length>10</length>
    <link>http://www.whitepapers.com/12345.html</link>
    <keywords>
      atm, pon, asynchronous transfer mode, passive 
      optical network 
    </keywords>
  </whitepaper>
</response>

Errors

White Paper.Get returns the standard errors. There are no errors specific to this method.

Home | Terms and Conditions | Privacy Policy | FAQ | About Us | Contact Us © 2000-2008 Media & Marketing Solutions, Inc.