APIMethods/1.2.1/wwws.get

TracNav

wwws.get

Retrieves a list of wwws by wwwid.

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/?wwwid=a5c6d31a88741e7a&ha_method=wwws.get&oauth_consumer_key=Nl-SK2c5ZCBKB_I8hCF_zjPd&oauth_timestamp=1282117696&oauth_nonce=724194_533&ha_version=1.2.1&oauth_signature_method=HMAC-SHA1&ha_format=xml&ha_fancylayout=false&oauth_signature=06QYpHUqh0HGyVZMSqhuU6XaSow%3D

result

<?xml version="1.0" encoding="UTF-8"?>
<wwws_get_result>
        <www>
                <wwwid>a5c6d31a88741e7a</wwwid>
                <emotion>Running away for Gorilla</emotion>
                <where>jungle</where>
                <url>http://panapi.hyves.nl/wiewatwaar/279384662/-iS_/</url>
                <userid>c80dc62fc4bccc64</userid>
                <visibility>friends_of_friends</visibility>
                <created>1282117541</created>
        </www>
        <info>
                <timestamp_difference>0</timestamp_difference>
                <running_milliseconds>80</running_milliseconds>
                <secure_connection>false</secure_connection>
        </info>
</wwws_get_result>
example 2

url

http://data.hyves-api.nl/?wwwid=a5c6d31a88741e7a&ha_method=wwws.get&ha_responsefields=geolocation%2Ccommentscount%2Crespectscount%2Cviewscount%2Cmobileurl&oauth_consumer_key=Nl-SK2c5ZCBKB_I8hCF_zjPd&oauth_timestamp=1282117696&oauth_nonce=755854_534&ha_version=1.2.1&oauth_signature_method=HMAC-SHA1&ha_format=xml&ha_fancylayout=false&oauth_signature=RoC68pV4vJZ3P0TdASEUM%2BVmhhs%3D

result

<?xml version="1.0" encoding="UTF-8"?>
<wwws_get_result>
        <www>
                <wwwid>a5c6d31a88741e7a</wwwid>
                <emotion>Running away for Gorilla</emotion>
                <where>jungle</where>
                <url>http://panapi.hyves.nl/wiewatwaar/279384662/-iS_/</url>
                <mobileurl>http://www.hyves.nl/mini/hyver/panapi/wiewatwaar/279384662/-iS_/</mobileurl>
                <userid>c80dc62fc4bccc64</userid>
                <visibility>friends_of_friends</visibility>
                <created>1282117541</created>
                <geolocation/>
                <commentscount>0</commentscount>
                <respectscount>0</respectscount>
                <viewscount/>
        </www>
        <info>
                <timestamp_difference>0</timestamp_difference>
                <running_milliseconds>82</running_milliseconds>
                <secure_connection>false</secure_connection>
        </info>
</wwws_get_result>

returnvalues

<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#emotion'>emotion</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#mobileurl'>mobileurl</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#timestamp_difference'>timestamp_difference</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>, <a href='http://hyves-developers.nl/returnvalues#where'>where</a>, <a href='http://hyves-developers.nl/returnvalues#www'>www</a>, <a href='http://hyves-developers.nl/returnvalues#wwwid'>wwwid</a>