Get All Tags

Summary Get a list of all the tags and returns them in xml format
Request https://www.digitalbucket.net/api/rest/getalltags.axd
Method GET
Parameters --

Success

<Tags>
  <Tag>
    <Name>texts</Name>
    <Count>1</Count>
  </Tag>
  <Tag>
    <Name>vacation</Name>
    <Count>1</Count>
  </Tag>
  <Tag>
    <Name>video</Name>
    <Count>2</Count>
  </Tag>
  <Tag>
    <Name>work</Name>
    <Count>3</Count>
  </Tag>
</Tags>

Error

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