Contents
Count Wiki Page
Returns number of Wiki pages.
Role
All
Method
GET
URL
/api/v2/wikis/count
Query parameters
Parameter Name | Type | Description |
---|---|---|
projectIdOrKey | String | Project ID or Project Key |
Response example
Status Line / Response Header
HTTP/1.1 200 OK
Content-Type:application/json;charset=utf-8
Response Body
{
"count": 5
}