Get Folder Tags

Summary Gets all of the folder tags
Request https://www.digitalbucket.net/api/rest/getfoldertags.axd?folderid=54
Method GET
Parameters folderid (id of the folder you want to get its tags)

Success

<Success>
  <Code>66</Code>
  <Message>[Comma seperated list of folder tags]</Message>
</Success>

Error

<Error>
  <Code>-610</Code>
  <Message>You are not allowed to access this folder.</Message>
</Error>

- For other errors refer to the list of Common Errors.