====== Getting the folders list ====== === Description === Getting list of the account folders. === Request code === OC_GETFOLDERS === Request errors === No === Request body === "Action":, "Data":{ "Token": } === Response body === "Data": { "Folders": [ { "Folder ID":, "Name":, "Tasks": }, { "Folder ID":, "Name":, "Tasks": }, ... { "Folder ID":, "Name":, "Tasks": } ] }