QfmqPMYB'; waitfor delay '0:0:15' -- |
cc.folders.getListReturns the folders belonging to the calling user. AuthenticationThis method requires authentication with read permission. Argumentsapi_key (Required) Your API key. See here for more details.
Example Response<folders>
<folder id="12f87d" title="Mathematics" /> <folder id="1c345b76" title="Marketing" /> <folder id="437c3b6" title="Biology" /> </folders> Notice: title will be returned HTML encoded. Error Codes40: List is empty The requested list of folders for the specified user is empty.
98: Login failed / Invalid auth token The auth token passed were invalid or expired.
99: Insufficient permissions The authenticated method call did not have the required permissions.
100: Invalid API Key The API key passed was not valid.
101: Invalid signature The signature is missing or was not valid.
110: Format "xxx" not found The requested response format was not found.
120: Method "xxx" not found The requested method was not found.
130: HTTPS required The API Key passed requires HTTPS.
|