tasks.tags.getList
Returns the list of all tags.
Parameters
-
format
GET
Optional
Sets response format. Available options:
json(default),xml.
Return value
Array with the following keys:
- data array The tag list. Each list item is an array with the following keys:
- data[]['id'] int Tag ID.
- data[]['name'] string Tag name.
- total_count int Number of tags.









