Get a list of tags
GET/tags.json
Get a list of tags
Responses
- 200
notifications
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
tags object[]
id stringrequired
text stringrequired
count integerrequired
pm_count integerrequired
target_tag stringnullrequired
extras object
categories undefined[]required
{
"tags": [
{
"id": "string",
"text": "string",
"count": 0,
"pm_count": 0
}
],
"extras": {
"categories": [
null
]
}
}
Loading...