APIMethods/1.2.1/albums.getByGroup

TracNav

albums.getByGroup

Retrieves all visible albums of a group.
Note: this method is deprecated, hangouts and groups (method and id's) are deprecated, please use hubs.* methods and id's.

params

  • groupid --- A single groupid.
    • Required

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:

sort

Sorted most recent addition. The item with the most recent addition is returned first.

extra

examples

example 1

url

http://data.hyves-api.nl/?groupid=531558a476816187&ha_method=albums.getByGroup&ha_resultsperpage=2&oauth_consumer_key=Nl-SK2c5ZCBKB_I8hCF_zjPd&oauth_timestamp=1282117796&oauth_nonce=89044_699&ha_version=1.2.1&oauth_signature_method=HMAC-SHA1&ha_format=xml&ha_fancylayout=false&oauth_signature=Can8gPTrkoaNWz4BpFz8%2BVJYY7c%3D

result

<?xml version="1.0" encoding="UTF-8"?>
<albums_getByGroup_result>
        <album>
                <albumid>137b9f5388c86d24</albumid>
                <title>Groep</title>
                <mediacount>75</mediacount>
                <groupid>531558a476816187</groupid>
                <url>http://hyves-api.hyves.nl/album/20439836/Hyves_API/6NVcPQjH/</url>
                <visibility>hub</visibility>
                <printability>hub</printability>
                <lastupdate>1251629770</lastupdate>
        </album>
        <info>
                <timestamp_difference>0</timestamp_difference>
                <running_milliseconds>77</running_milliseconds>
                <secure_connection>false</secure_connection>
        </info>
</albums_getByGroup_result>
example 2

url

http://data.hyves-api.nl/?groupid=531558a476816187&ha_method=albums.getByGroup&ha_resultsperpage=2&ha_responsefields=mobileurl&oauth_consumer_key=Nl-SK2c5ZCBKB_I8hCF_zjPd&oauth_timestamp=1282117796&oauth_nonce=926513_700&ha_version=1.2.1&oauth_signature_method=HMAC-SHA1&ha_format=xml&ha_fancylayout=false&oauth_signature=rmLssorrzYaVjHdMkECY14eg7lg%3D

result

<?xml version="1.0" encoding="UTF-8"?>
<albums_getByGroup_result>
        <album>
                <albumid>137b9f5388c86d24</albumid>
                <title>Groep</title>
                <mediacount>75</mediacount>
                <groupid>531558a476816187</groupid>
                <url>http://hyves-api.hyves.nl/album/20439836/Hyves_API/6NVcPQjH/</url>
                <mobileurl>http://www.hyves.nl/mini//481166/Hyves_API/album/20439836/Hyves_API/6NVcPQjH/</mobileurl>
                <visibility>hub</visibility>
                <printability>hub</printability>
                <lastupdate>1251629770</lastupdate>
        </album>
        <info>
                <timestamp_difference>0</timestamp_difference>
                <running_milliseconds>104</running_milliseconds>
                <secure_connection>false</secure_connection>
        </info>
</albums_getByGroup_result>

returnvalues

<a href='http://hyves-developers.nl/returnvalues#album'>album</a>, <a href='http://hyves-developers.nl/returnvalues#albumid'>albumid</a>, groupid, <a href='http://hyves-developers.nl/returnvalues#info'>info</a>, <a href='http://hyves-developers.nl/returnvalues#lastupdate'>lastupdate</a>, <a href='http://hyves-developers.nl/returnvalues#mediacount'>mediacount</a>, <a href='http://hyves-developers.nl/returnvalues#mobileurl'>mobileurl</a>, <a href='http://hyves-developers.nl/returnvalues#printability'>printability</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#title'>title</a>, <a href='http://hyves-developers.nl/returnvalues#url'>url</a>, <a href='http://hyves-developers.nl/returnvalues#visibility'>visibility</a>