= zooomr.photosets.getInfo = Gets information about a photoset. === Authentication === This method does not require authentication. === Arguments === api_key (Required) Your API application key. photoset_id (Required) The ID of the photoset to fetch information for. === Example Response === {{{ {"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}} }}}