Changes from Version 1 of zooomr.photosets.getInfo

Show
Ignore:
Author:
bluemonki (IP: 78.86.133.53)
Timestamp:
05/11/08 08:21:39 (2 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • zooomr.photosets.getInfo

    v0 v1  
     1= zooomr.photosets.getInfo = 
     2 
     3Gets information about a photoset. 
     4 
     5=== Authentication === 
     6 
     7This method does not require authentication. 
     8 
     9=== Arguments === 
     10 
     11api_key (Required) 
     12    Your API application key. 
     13photoset_id (Required) 
     14    The ID of the photoset to fetch information for. 
     15 
     16=== Example Response === 
     17{{{ 
     18 {"stat": "ok", "photoset": {"description": {"_content": "description"}, "title": {"_content": "photo set title"}, "rules": {"_content": ""}, "sortmode": 2, "primary": 4809022, "photos": 0, "secret": "1abb30ffb2", "context": 4, "owner": "13205@Z01", "id": 31913}} 
     19}}}