Zvini
22:31:40

« Folder » get

folder/get - Returns a single existing folder.
Method parameters:
id - The ID of the folder to get.
Returns a JSON document of the following format:
{
id: <number> - The ID of the folder.
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:
FOLDER_NOT_FOUND - A folder with the ID doesn't exist.