Zvini
22:14:16

« Folder » list

folder/list - Returns a list of folders.
Method parameters:
parent_id - The ID of the parent folder.
Returns a JSON document of the following format:
[
{
id: <number> - The ID of one of the folders.
name: <string> - The name of the folder.
insert_time: <number> - The Unix timestamp of when the folder was created.
rename_time: <number> - The Unix timestamp of when the folder was last renamed.
}
...
]
Expected errors:
PARENT_FOLDER_NOT_FOUND - A parent folder with the ID doesn't exist.