| |||||
API Home >> Sheet >> API Reference >> tags
Get a list of tags associated with a workbook.
| Field | Description |
| tag | list of tag names associated with the particular workbook |
<?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>
{
"response":
{
"uri": " /api/private/json/ tags/15265000000006067",
"result":
{
" tags":
{
" tag":
[
{
"name":" temperature"
},
{
"name":" temp"
},
{
"name":" converter"
}
]
}
}
}
}