Changes from Version 1 of zooomr.people.getUploadStatus
- Timestamp:
- 05/09/08 06:22:20 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
zooomr.people.getUploadStatus
v0 v1 1 = zooomr.people.getUploadStatus = 2 Returns information for the calling user related to photo uploads. 3 4 === Authentication === 5 6 This method requires authentication with 'read' permission. 7 8 === Arguments === 9 10 api_key (Required) 11 Your API application key. 12 13 === Example Response === 14 {{{ 15 {"stat": "ok", "user": {"username": {"_content": "bluemonki"}, "bandwidth": {"used": 0, "max": 1072668082176, "remainingbytes": 1072668082176, "remainingkb": 1047527424, "maxbytes": 1072668082176, "usedbytes": 0, "maxkb": 1047527424, "usedkb": 0}, "ispro": true, "filesize": {"maxkb": "10485760", "max": "10485760", "maxbytes": "10485760"}, "id": "13205@Z01"}} 16 }}}
