| |||||
API Home >> Sheet >> API Reference >> tags
Get a list of tags associated with a public workbook.
| Field | Description |
| tag | list of tag names associated with the public workbook |
<?xml version="1.0" encoding="UTF-8" ?>
<response uri="/api/public/xml/tags/6001000000002019">
<result>
<tags>
<tag name="feed" />
<tag name="services" />
</tag>
</result>
</response>
{
"response":
{
"uri": "/api/private/json/tags/6001000000002019",
"result":
{
"workbookId":"15265000000006067",
"tags":
{
"tag":
[
{
"name":"feed"
},
{
"name":"services"
}
]
}
}
}
}