APIMethods/1.2.1/blogs.get

TracNav

blogs.get

Retrieves a list of blogs by blogid.

params

responsefields

This method supports the use of <a href='http://hyves-developers.nl/documentation/data-api/global-ha-parameters'>ha_responsefields</a>. Acceptable values are a comma separated list of 0 or more of the following:

extra

  • Note that retrieving something by id always succeeds (as long as the id is valid), even if the visibility settings of the object do not allow viewing it. If some user is not allowed to view something, he/she will not get the id from another call.

examples

example 1

url

http://data.hyves-api.nl/?blogid=ac156d0c2892cc65&ha_method=blogs.get&oauth_consumer_key=Nl-SK2c5ZCBKB_I8hCF_zjPd&oauth_timestamp=1282117700&oauth_nonce=345394_561&ha_version=1.2.1&oauth_signature_method=HMAC-SHA1&ha_format=xml&ha_fancylayout=false&oauth_signature=vbdxuqyASDW0yf3FzGNPFKvqNfQ%3D

result

<?xml version="1.0" encoding="UTF-8"?>
<blogs_get_result>
        <blog>
                <blogid>ac156d0c2892cc65</blogid>
                <title>Baby gorilla arrives in style</title>
                <body>A visitor at Sydney's Taronga Zoo noticed the blood on gorilla Frala's brown coat.

Within an hour, a small army of vets and keepers had descended on the gorilla enclosure to discover that Frala had given birth to a baby gorilla boy.


Frala's new son, who joins his four-year-old brother Fataki at the zoo, will feed on breast milk alone for around eight months before being introduced to vegetarian solids the rest of his family enjoys.

ource: http://internet-pets.blogspot.com/2007/12/baby-gorilla-arrives-in-style.html</body>
                <userid>ea5c247f9d076822</userid>
                <url>http://gorillaapi.hyves.nl/blog/10319543/Baby_gorilla_arrives_in_style/w28t/</url>
                <visibility>superpublic</visibility>
                <created>1205492451</created>
        </blog>
        <info>
                <timestamp_difference>0</timestamp_difference>
                <running_milliseconds>71</running_milliseconds>
                <secure_connection>false</secure_connection>
        </info>
</blogs_get_result>
example 2

url

http://data.hyves-api.nl/?blogid=ac156d0c2892cc65&ha_method=blogs.get&ha_responsefields=commentscount%2Crespectscount%2Ctags%2Cgeolocation%2Cviewscount&oauth_consumer_key=Nl-SK2c5ZCBKB_I8hCF_zjPd&oauth_timestamp=1282117700&oauth_nonce=88499_562&ha_version=1.2.1&oauth_signature_method=HMAC-SHA1&ha_format=xml&ha_fancylayout=false&oauth_signature=7ZYPNfnM64Yv4PcEfsltKaw3rs8%3D

result

<?xml version="1.0" encoding="UTF-8"?>
<blogs_get_result>
        <blog>
                <blogid>ac156d0c2892cc65</blogid>
                <title>Baby gorilla arrives in style</title>
                <body>A visitor at Sydney's Taronga Zoo noticed the blood on gorilla Frala's brown coat.

Within an hour, a small army of vets and keepers had descended on the gorilla enclosure to discover that Frala had given birth to a baby gorilla boy.


Frala's new son, who joins his four-year-old brother Fataki at the zoo, will feed on breast milk alone for around eight months before being introduced to vegetarian solids the rest of his family enjoys.

ource: http://internet-pets.blogspot.com/2007/12/baby-gorilla-arrives-in-style.html</body>
                <userid>ea5c247f9d076822</userid>
                <url>http://gorillaapi.hyves.nl/blog/10319543/Baby_gorilla_arrives_in_style/w28t/</url>
                <visibility>superpublic</visibility>
                <created>1205492451</created>
                <commentscount>240</commentscount>
                <respectscount>2</respectscount>
                <tags>gorillaapi</tags>
                <viewscount/>
                <geolocation/>
        </blog>
        <info>
                <timestamp_difference>0</timestamp_difference>
                <running_milliseconds>115</running_milliseconds>
                <secure_connection>false</secure_connection>
        </info>
</blogs_get_result>

returnvalues

<a href='http://hyves-developers.nl/returnvalues#blog'>blog</a>, <a href='http://hyves-developers.nl/returnvalues#blogid'>blogid</a>, <a href='http://hyves-developers.nl/returnvalues#body'>body</a>, <a href='http://hyves-developers.nl/returnvalues#commentscount'>commentscount</a>, <a href='http://hyves-developers.nl/returnvalues#created'>created</a>, <a href='http://hyves-developers.nl/returnvalues#geolocation'>geolocation</a>, <a href='http://hyves-developers.nl/returnvalues#info'>info</a>, <a href='http://hyves-developers.nl/returnvalues#respectscount'>respectscount</a>, <a href='http://hyves-developers.nl/returnvalues#running_milliseconds'>running_milliseconds</a>, <a href='http://hyves-developers.nl/returnvalues#secure_connection'>secure_connection</a>, <a href='http://hyves-developers.nl/returnvalues#tags'>tags</a>, <a href='http://hyves-developers.nl/returnvalues#timestamp_difference'>timestamp_difference</a>, <a href='http://hyves-developers.nl/returnvalues#title'>title</a>, <a href='http://hyves-developers.nl/returnvalues#url'>url</a>, <a href='http://hyves-developers.nl/returnvalues#userid'>userid</a>, <a href='http://hyves-developers.nl/returnvalues#viewscount'>viewscount</a>, <a href='http://hyves-developers.nl/returnvalues#visibility'>visibility</a>