BizKitHub
DocsAPI ReferenceGlossary/bff/glossary/list
getGlossaryAdmin BFF

/bff/glossary/list

Paginated list of glossary terms for the authenticated organisation. Supports fulltext over term/abbreviation/notes, filter by category and visibility, and a deleted-inclusion toggle.

GlossarygetBffGlossaryList

Parameters

4 query

Query parameters

· 4
localestringOptional
Examplecs
categoryIdstringOptional
Exampleexample_categoryId
visibility"public" | "private"Optional
includeDeletedstringOptional
Exampleexample_includeDeleted

Response schema

1 status code documented

200Success

This response returns no JSON body.

Response example

application/json
{
  "success": true
}

Request example

GET /bff/glossary/list

get
curl -X GET "https://api.bizkithub.com/bff/glossary/list?locale=cs&categoryId=example_categoryId&includeDeleted=example_includeDeleted" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Need an API key?

All BizKitHub public API endpoints require authentication via API key.

Get API Key