Zoho - Trademark
Blogs
   Forums   Sheet Home
   Toll Free : 888 900 9646


API Home >> Sheet >> API Reference >> tags



Get a list of tags associated with a workbook.

 

Request URL

                                XML : http://sheet.zoho.com/api/private/xml/tags/[BookID]?apikey=[API Key]&ticket=[Ticket]

                                JSON : http://sheet.zoho.com/api/private/xml/tags/[BookID]?apikey=[API Key]&ticket=[Ticket]

Response fields

The schema document for the API response is located at: http://sheet.zoho.com/schema/tags.xsd


Field
Description
tag
list of tag names associated with the particular workbook


Sample Response

The following is the sample XML response for the above method:


<?xml version="1.0" encoding="UTF-8" ?>
<response uri=" /api/private/xml/tags/15265000000006067">
  <result>

    <tags>

        <tag name=" temperature" />
        <tag name=" temp" />
        <tag name=" converter" />
       </tag>

  </result>
</response>


Equivalent JSON response


{
  "response":
   {
        "uri": " /api/private/json/ tags/15265000000006067",
        "result":
        {
           " tags":
            {
                " tag":
                [
                     {

                        "name":" temperature"
                     },
                     {
                        "name":" temp"
                     },
                     {
                        "name":" converter"
                     }
                ]
            }
         }
    }
}  


Errors


Displaying list of tags associated with a workbook method may return general errors. Other HTTP error codes include 2851, 2852, 2853.