Tags
Tag List
Get a list of tags on the site, most used first. The tag table grows with content, so results are paginated. Callers that only need suggestions can read the first page and stop.
GET
/tagsGet a list of tags on the site, most used first.
The tag table grows with content, so results are paginated. Callers that only need suggestions can read the first page and stop.
storyden-session<token>
In: cookie
Query Parameters
q?string
Search query string.
page?string
Pagination query parameters.
Response Body
application/json
application/json
curl -X GET "https://example.com/tags"{
"page_size": 0,
"results": 0,
"total_pages": 0,
"current_page": 0,
"next_page": 0,
"tags": [
{
"name": "string",
"colour": "string",
"item_count": 0
}
]
}{
"type": "string",
"title": "string",
"detail": "string",
"trace_id": "string",
"metadata": {}
}