| Outdated Please upgrade to the latest version. |
smugmug.subcategories.getAll
Retrieves a list of all subcategories for a given user.
Arguments
- string SessionID
- string NickName (optional)
- string SitePassword (optional)
Result
- array SubCategories
- struct SubCategory
- string id
- string Title
- struct Category
- integer id
- struct SubCategory
| Note: From API version 1.2.1 onwards to resolve naming inconsistencies, the "Title" parameter has been renamed to "Name". |
Fault Codes
- 3 - "invalid session"
- 4 - "invalid user"
- 15 - "empty set - no subcategories found"
Sample Responses
REST
JSON
PHP
XML-RPC
Labels:
None