Skip to main content

Scholiq API (0.1.0)

Download OpenAPI specification:Download

Scholiq is an open-source learning management system and leerlingvolgsysteem (LVS) for Nextcloud. This API reference covers the Scholiq-specific endpoints; the bulk of data operations go through the OpenRegister object API.

Note: This specification is a placeholder. The full OpenAPI spec is being authored in GitHub issue #75.

Settings

Get Scholiq settings

Returns the current Scholiq configuration (register slugs, AI feature flags, signing key status).

Responses

Response samples

Content type
application/json
{
  • "registerSlug": "scholiq",
  • "aiFeatureFlags": {
    },
  • "signingKeyConfigured": true
}