Get File Tags

Summary Gets all of the file tags
Request https://www.digitalbucket.net/api/rest/getfiletags.axd?fileid=bd64d349-d584-45f3-a0fb-287bcb66fb34
Method GET
Parameters fileid (id of the file you want to get its tags)

Success

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

Error

<Error>
  <Code>-609</Code>
  <Message>You are not allowed to access this file.</Message>
</Error>

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