Download OpenAPI specification:Download
Welcome to the HumHub wiki module API reference.
page | string >= 0 The number of page of the result set. |
limit | string [ 1 .. 50 ] Default: 20 The numbers of items to return per page. |
{- "total": 76,
- "page": 1,
- "results": [
- {
- "id": 201,
- "title": "Some Wikipage title",
- "is_home": 1,
- "admin_only": 1,
- "parent_page_id": null,
- "latest_revision": {
- "id": 2424,
- "revision": 1534454147,
- "is_latest": 1,
- "wiki_page_id": 201,
- "created_by": {
- "id": 14,
- "guid": "cd081891-d2e2-40d5-84a4-b47309e71c80",
- "display_name": "John Doe",
}, - "message": "The wiki page content in markdown."
}, - "content": {
- "metadata": {
- "id": 14,
- "guid": "cd081891-d2e2-40d5-84a4-b47309e71c80",
- "object_model": "humhub\\modules\\post\\models\\Post",
- "object_id": 12,
- "visibility": 1,
- "state": 1,
- "archived": true,
- "hidden": true,
- "pinned": false,
- "locked_comments": false,
- "scheduled_at": "2023-09-14 05:15:00",
- "created_by": {
- "id": 14,
- "guid": "cd081891-d2e2-40d5-84a4-b47309e71c80",
- "display_name": "John Doe",
}, - "created_at": "2022-04-13 05:15:43",
- "updated_by": {
- "id": 14,
- "guid": "cd081891-d2e2-40d5-84a4-b47309e71c80",
- "display_name": "John Doe",
}, - "updated_at": "2022-05-21 06:20:18",
- "contentcontainer_id": 5,
- "stream_channel": "default"
}, - "comments": {
- "total": 55,
- "latestComments": [
- {
- "id": 14,
- "message": "Calvin Klein – Between love and madness lies obsession.",
- "objectModel": "humhub\\modules\\post\\models\\Post",
- "objectId": 123,
- "createdBy": {
- "id": 14,
- "guid": "cd081891-d2e2-40d5-84a4-b47309e71c80",
- "display_name": "John Doe",
}, - "createdAt": "2018-08-09 14:22:03",
- "commentsCount": 5,
- "comments": [
- { }
]
}
]
}, - "likes": {
- "total": 35
}, - "files": {
- "id": 14,
- "guid": "bded6dc7-e6f4-417e-a638-b653525529ca",
- "mime_type": "text/plain",
- "size": 14353,
- "file_name": "image.jpg",
}, - "topics": [
- {
- "id": 135,
- "name": "News"
}
]
}
}
]
}
id required | integer ID of content container |
topics | string Example: topics=Music,Dancing Coma separated list of topics to filter |
page | string >= 0 The number of page of the result set. |
limit | string [ 1 .. 50 ] Default: 20 The numbers of items to return per page. |
{- "total": 76,
- "page": 1,
- "results": [
- {
- "id": 201,
- "title": "Some Wikipage title",
- "is_home": 1,
- "admin_only": 1,
- "parent_page_id": null,
- "latest_revision": {
- "id": 2424,
- "revision": 1534454147,
- "is_latest": 1,
- "wiki_page_id": 201,
- "created_by": {
- "id": 14,
- "guid": "cd081891-d2e2-40d5-84a4-b47309e71c80",
- "display_name": "John Doe",
}, - "message": "The wiki page content in markdown."
}, - "content": {
- "metadata": {
- "id": 14,
- "guid": "cd081891-d2e2-40d5-84a4-b47309e71c80",
- "object_model": "humhub\\modules\\post\\models\\Post",
- "object_id": 12,
- "visibility": 1,
- "state": 1,
- "archived": true,
- "hidden": true,
- "pinned": false,
- "locked_comments": false,
- "scheduled_at": "2023-09-14 05:15:00",
- "created_by": {
- "id": 14,
- "guid": "cd081891-d2e2-40d5-84a4-b47309e71c80",
- "display_name": "John Doe",
}, - "created_at": "2022-04-13 05:15:43",
- "updated_by": {
- "id": 14,
- "guid": "cd081891-d2e2-40d5-84a4-b47309e71c80",
- "display_name": "John Doe",
}, - "updated_at": "2022-05-21 06:20:18",
- "contentcontainer_id": 5,
- "stream_channel": "default"
}, - "comments": {
- "total": 55,
- "latestComments": [
- {
- "id": 14,
- "message": "Calvin Klein – Between love and madness lies obsession.",
- "objectModel": "humhub\\modules\\post\\models\\Post",
- "objectId": 123,
- "createdBy": {
- "id": 14,
- "guid": "cd081891-d2e2-40d5-84a4-b47309e71c80",
- "display_name": "John Doe",
}, - "createdAt": "2018-08-09 14:22:03",
- "commentsCount": 5,
- "comments": [
- { }
]
}
]
}, - "likes": {
- "total": 35
}, - "files": {
- "id": 14,
- "guid": "bded6dc7-e6f4-417e-a638-b653525529ca",
- "mime_type": "text/plain",
- "size": 14353,
- "file_name": "image.jpg",
}, - "topics": [
- {
- "id": 135,
- "name": "News"
}
]
}
}
]
}
id required | integer The id of content container |
Wiki page information
required | object |
required | object |
object | |
object (Content) |
{- "WikiPage": {
- "title": "First api page",
- "is_home": 0,
- "admin_only": 0,
- "parent_page_id": 0
}, - "WikiPageRevision": {
- "content": "First api page content"
}, - "PageEditForm": {
- "isPublic": 0,
- "hidden": 1,
- "topics": [
- 2,
- 8
]
}, - "content": {
- "metadata": {
- "visibility": 1,
- "state": 1,
- "archived": true,
- "hidden": true,
- "pinned": false,
- "locked_comments": false,
- "scheduled_at": "2023-09-14 05:15:00"
}, - "topics": [
- {
- "name": "News"
}
]
}
}
{- "id": 201,
- "title": "Some Wikipage title",
- "is_home": 1,
- "admin_only": 1,
- "parent_page_id": null,
- "latest_revision": {
- "id": 2424,
- "revision": 1534454147,
- "is_latest": 1,
- "wiki_page_id": 201,
- "created_by": {
- "id": 14,
- "guid": "cd081891-d2e2-40d5-84a4-b47309e71c80",
- "display_name": "John Doe",
}, - "message": "The wiki page content in markdown."
}, - "content": {
- "metadata": {
- "id": 14,
- "guid": "cd081891-d2e2-40d5-84a4-b47309e71c80",
- "object_model": "humhub\\modules\\post\\models\\Post",
- "object_id": 12,
- "visibility": 1,
- "state": 1,
- "archived": true,
- "hidden": true,
- "pinned": false,
- "locked_comments": false,
- "scheduled_at": "2023-09-14 05:15:00",
- "created_by": {
- "id": 14,
- "guid": "cd081891-d2e2-40d5-84a4-b47309e71c80",
- "display_name": "John Doe",
}, - "created_at": "2022-04-13 05:15:43",
- "updated_by": {
- "id": 14,
- "guid": "cd081891-d2e2-40d5-84a4-b47309e71c80",
- "display_name": "John Doe",
}, - "updated_at": "2022-05-21 06:20:18",
- "contentcontainer_id": 5,
- "stream_channel": "default"
}, - "comments": {
- "total": 55,
- "latestComments": [
- {
- "id": 14,
- "message": "Calvin Klein – Between love and madness lies obsession.",
- "objectModel": "humhub\\modules\\post\\models\\Post",
- "objectId": 123,
- "createdBy": {
- "id": 14,
- "guid": "cd081891-d2e2-40d5-84a4-b47309e71c80",
- "display_name": "John Doe",
}, - "createdAt": "2018-08-09 14:22:03",
- "commentsCount": 5,
- "comments": [
- { }
]
}
]
}, - "likes": {
- "total": 35
}, - "files": {
- "id": 14,
- "guid": "bded6dc7-e6f4-417e-a638-b653525529ca",
- "mime_type": "text/plain",
- "size": 14353,
- "file_name": "image.jpg",
}, - "topics": [
- {
- "id": 135,
- "name": "News"
}
]
}
}
{- "id": 201,
- "title": "Some Wikipage title",
- "is_home": 1,
- "admin_only": 1,
- "parent_page_id": null,
- "latest_revision": {
- "id": 2424,
- "revision": 1534454147,
- "is_latest": 1,
- "wiki_page_id": 201,
- "created_by": {
- "id": 14,
- "guid": "cd081891-d2e2-40d5-84a4-b47309e71c80",
- "display_name": "John Doe",
}, - "message": "The wiki page content in markdown."
}, - "content": {
- "metadata": {
- "id": 14,
- "guid": "cd081891-d2e2-40d5-84a4-b47309e71c80",
- "object_model": "humhub\\modules\\post\\models\\Post",
- "object_id": 12,
- "visibility": 1,
- "state": 1,
- "archived": true,
- "hidden": true,
- "pinned": false,
- "locked_comments": false,
- "scheduled_at": "2023-09-14 05:15:00",
- "created_by": {
- "id": 14,
- "guid": "cd081891-d2e2-40d5-84a4-b47309e71c80",
- "display_name": "John Doe",
}, - "created_at": "2022-04-13 05:15:43",
- "updated_by": {
- "id": 14,
- "guid": "cd081891-d2e2-40d5-84a4-b47309e71c80",
- "display_name": "John Doe",
}, - "updated_at": "2022-05-21 06:20:18",
- "contentcontainer_id": 5,
- "stream_channel": "default"
}, - "comments": {
- "total": 55,
- "latestComments": [
- {
- "id": 14,
- "message": "Calvin Klein – Between love and madness lies obsession.",
- "objectModel": "humhub\\modules\\post\\models\\Post",
- "objectId": 123,
- "createdBy": {
- "id": 14,
- "guid": "cd081891-d2e2-40d5-84a4-b47309e71c80",
- "display_name": "John Doe",
}, - "createdAt": "2018-08-09 14:22:03",
- "commentsCount": 5,
- "comments": [
- { }
]
}
]
}, - "likes": {
- "total": 35
}, - "files": {
- "id": 14,
- "guid": "bded6dc7-e6f4-417e-a638-b653525529ca",
- "mime_type": "text/plain",
- "size": 14353,
- "file_name": "image.jpg",
}, - "topics": [
- {
- "id": 135,
- "name": "News"
}
]
}
}
id required | integer The id of the wiki page |
Wiki page information
required | object |
required | object |
object | |
object (Content) |
{- "WikiPage": {
- "title": "First api page",
- "is_home": 0,
- "admin_only": 0,
- "parent_page_id": 0
}, - "WikiPageRevision": {
- "content": "First api page content"
}, - "PageEditForm": {
- "isPublic": 0,
- "hidden": 1,
- "topics": [
- 2,
- 8
]
}, - "content": {
- "metadata": {
- "visibility": 1,
- "state": 1,
- "archived": true,
- "hidden": true,
- "pinned": false,
- "locked_comments": false,
- "scheduled_at": "2023-09-14 05:15:00"
}, - "topics": [
- {
- "name": "News"
}
]
}
}
{- "id": 201,
- "title": "Some Wikipage title",
- "is_home": 1,
- "admin_only": 1,
- "parent_page_id": null,
- "latest_revision": {
- "id": 2424,
- "revision": 1534454147,
- "is_latest": 1,
- "wiki_page_id": 201,
- "created_by": {
- "id": 14,
- "guid": "cd081891-d2e2-40d5-84a4-b47309e71c80",
- "display_name": "John Doe",
}, - "message": "The wiki page content in markdown."
}, - "content": {
- "metadata": {
- "id": 14,
- "guid": "cd081891-d2e2-40d5-84a4-b47309e71c80",
- "object_model": "humhub\\modules\\post\\models\\Post",
- "object_id": 12,
- "visibility": 1,
- "state": 1,
- "archived": true,
- "hidden": true,
- "pinned": false,
- "locked_comments": false,
- "scheduled_at": "2023-09-14 05:15:00",
- "created_by": {
- "id": 14,
- "guid": "cd081891-d2e2-40d5-84a4-b47309e71c80",
- "display_name": "John Doe",
}, - "created_at": "2022-04-13 05:15:43",
- "updated_by": {
- "id": 14,
- "guid": "cd081891-d2e2-40d5-84a4-b47309e71c80",
- "display_name": "John Doe",
}, - "updated_at": "2022-05-21 06:20:18",
- "contentcontainer_id": 5,
- "stream_channel": "default"
}, - "comments": {
- "total": 55,
- "latestComments": [
- {
- "id": 14,
- "message": "Calvin Klein – Between love and madness lies obsession.",
- "objectModel": "humhub\\modules\\post\\models\\Post",
- "objectId": 123,
- "createdBy": {
- "id": 14,
- "guid": "cd081891-d2e2-40d5-84a4-b47309e71c80",
- "display_name": "John Doe",
}, - "createdAt": "2018-08-09 14:22:03",
- "commentsCount": 5,
- "comments": [
- { }
]
}
]
}, - "likes": {
- "total": 35
}, - "files": {
- "id": 14,
- "guid": "bded6dc7-e6f4-417e-a638-b653525529ca",
- "mime_type": "text/plain",
- "size": 14353,
- "file_name": "image.jpg",
}, - "topics": [
- {
- "id": 135,
- "name": "News"
}
]
}
}
id required | integer The id of the wiki page |
target_id required | integer <int64> Wiki page category id |
index | integer <int64> Default: 0 Index for order |
{- "target_id": 2,
- "index": 2
}
{- "code": 200,
- "message": "Wiki page successfully moved!"
}
id required | integer The id of the wiki page |
target required | string Guid of target space container |
{- "target": "c1c1c7dc-8197-471b-b5fe-2c12b183623a"
}
{- "code": 200,
- "message": "Wiki page successfully moved!"
}
pageId required | integer ID of wiki page |
page | string >= 0 The number of page of the result set. |
limit | string [ 1 .. 50 ] Default: 20 The numbers of items to return per page. |
{- "total": 76,
- "page": 1,
- "pages": 8,
- "links": {
- "self": "{endpoint_path}?page=1&per-page=10",
- "next": "{endpoint_path}?page=2&per-page=10",
- "last": "{endpoint_path}?page=8&per-page=10"
}, - "results": [
- {
- "id": 2424,
- "revision": 1534454147,
- "is_latest": 1,
- "wiki_page_id": 201,
- "created_by": {
- "id": 14,
- "guid": "cd081891-d2e2-40d5-84a4-b47309e71c80",
- "display_name": "John Doe",
}, - "message": "The wiki page content in markdown."
}
]
}
{- "id": 2424,
- "revision": 1534454147,
- "is_latest": 1,
- "wiki_page_id": 201,
- "created_by": {
- "id": 14,
- "guid": "cd081891-d2e2-40d5-84a4-b47309e71c80",
- "display_name": "John Doe",
}, - "message": "The wiki page content in markdown."
}