Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Reonic Wiki API

Your company's shared knowledge base — pages and folders.> [!warning] > **Beta:** These endpoints are in beta and may change as the service evolves. Please report issues or unexpected behavior to our team.

Reonic Wiki API is one of 29 APIs that Reonic publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Wiki. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 10 operations across 10 paths, and defines 2 schemas. It is described by OpenAPI 3.1.0, at version 3.2.0.

Requests are made against a single base URL, {apiBaseUrl}/rest/v3/.

10 operations 10 paths 2 schemas 3 GET7 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
3.2.0
Base URL
https://api.reonic.de/rest/v3/
Authentication
API Key
Resource Areas
1

Authentication & Security 1

Reonic Wiki API declares 1 security scheme for authenticating requests. An API key is passed in the header as X-Authorization (X-Authorization). By default, every request must be authenticated.

Paths & Operations 10

Across 10 paths, the API surfaces 10 operations — 3 GET, 7 POST. Each is listed below with its method, path, parameters, and response codes.

Wiki 10

Your company's shared knowledge base — pages and folders. [!warning] Beta: These endpoints are in beta and may change as the service evolves. Please report issues or unexpected be…

GET
/wiki
Get wiki tree
1 param → 200
GET
/wiki/pages/{pageId}
Get wiki page
2 params → 200
POST
/wiki/pages/create
Create wiki page
body → 201
POST
/wiki/pages/{pageId}/update-content
Update wiki page content
1 param body → 200
POST
/wiki/pages/{pageId}/update-details
Update wiki page details (title, icon, publish state)
1 param body → 200
POST
/wiki/pages/{pageId}/delete
Delete wiki page
1 param → 200
POST
/wiki/folders/create
Create wiki folder
body → 201
POST
/wiki/folders/{folderId}/update
Update wiki folder
1 param body → 200
POST
/wiki/folders/{folderId}/delete
Delete wiki folder
1 param → 200
GET
/wiki/search
Search wiki
2 params → 200

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are WikiPage (10 properties), WikiFolder (4 properties). Each schema is shown below with its type and property counts.

WikiFolder
object
4 properties 4 required
WikiPage
object
10 properties 10 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

reonic-wiki-api-openapi.yml Raw ↑

Other APIs Reonic publishes across the network.

Reonic Activities API
Reonic Appointments API
Reonic Calendar Categories API
Reonic Calendars API
Reonic Checklist Templates API
Reonic Checklists API
Reonic Commercial Projects API
Reonic Components API
Reonic Contacts API
Reonic File Folders API
Reonic Files API
Reonic Kanban Boards API