Get Folders By Tag

Summary Get a list of folders with the specified tag and displays them in xml format
Request https://www.digitalbucket.net/api/rest/getfoldersbytag.axd?tag=work
Method GET
Parameters tag (the tag you want to get the list of folders that have the this tag)

Success

<Folders>
  <Folder>
    <FolderID>76</FolderID>
    <ParentFolderID>93</ParentFolderID>
    <FolderName>Funny 2</FolderName>
    <Comment>...</Comment>
    <CreateDate>2007-03-14T11:04:05.81</CreateDate>
    <Shared>false</Shared>
    <Published>false</Published>
    <Tags>work</Tags>
  </Folder>
</Folders>

Error

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