Skip to content

List all wiki pages for a group

GET
/api/v4/groups/{id}/wikis

Lists all wiki pages for a specified group.

id
required
One of:
string

The ID or URL-encoded path of the group or project

with_content
boolean
nullable

Include pages’ content

OK

Media type application/json
object
format
string
slug
string
title
string
wiki_page_meta_id
integer format: int64
Example
{
"format": "markdown",
"slug": "deploy",
"title": "deploy",
"wiki_page_meta_id": 123
}

Bad Request

Not found