Contents

Get Wiki Page Tag List

Returns list of tags that are used in the project.

Role

All

Method

GET

URL

/api/v2/wikis/tags

Query parameters

Parameter NameTypeDescription
projectIdOrKeyStringProject ID or Project Key

Response example

Status Line / Response Header

HTTP/1.1 200 OK
Content-Type:application/json;charset=utf-8

Response Body

[
    {
        "id": 1,
        "name": "test"
    },
    // ...
]