Get Files By Tag

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

Success

<Files>
  <File>
    <FileID>6fe7d382-6c2d-401a-8060-04e8ba49cadf</FileID>
    <FolderID>70</FolderID>
    <FileName>02.jpg</FileName>
    <FileSize>26084</FileSize>
    <CreateDate>2007-03-18T12:26:31.92</CreateDate>
    <LastModified>2007-08-08T10:45:03.847</LastModified>
    <Published>false</Published>
    <Tags>work</Tags>
  </File>
  <File>
    <FileID>43295722-2404-4dfd-8da3-02109b223d21</FileID>
    <FolderID>60</FolderID>
    <FileName>Tasks.txt</FileName>
    <FileSize>980</FileSize>
    <CreateDate>2007-09-03T11:39:23.593</CreateDate>
    <LastModified>2007-09-03T11:39:39.357</LastModified>
    <Published>false</Published>
    <Tags>texts, work</Tags>
  </File>
</Files>

Error

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