Method:
mm.folders.getList
List all folders for the current user
Authentication
Requires signing: | Yes |
Requires authentication: | Yes |
Requires access: | read |
Parameters
-
folder_id
(optional) Restrict the folders only to those contained in this folder
Sample Response
<rsp stat="ok"> <folders> <folder id="5" parent_id="1" name="Work" is_open="1"> </folder> </folders> </rsp>
Error Codes
-
96
Invalid signature - The passed signature was invalid.
-
97
Missing signature - The call required signing but no signature was sent.
-
98
Login failed - The login details or auth token passed were invalid.
-
100
Invalid API Key - The API key passed was not valid or has expired.
-
112
Method not found - The requested method was not found.
Test Method
No API key found.
If you already have an API key you might just have to Sign In.