mirror of
https://gh.llkk.cc/https://github.com/jtorvald/freescout-knowledge-api.git
synced 2025-10-03 15:51:11 +08:00
Module for FreeScout to make the public content in the knowledge base available through an API
KnowledgeBaseApiModule | ||
.gitignore | ||
LICENSE | ||
logo.sketch | ||
readme.md | ||
release.sh |
Knowledge base API module for FreeScout
This module adds the option to add a public API for the FreeScout knowledge base (module).
Requirements
- FreeScout installed
- FreeScout Knowledge base module
Installation
- Download the latest module zip file via the releases card on the right.
- Transfer the zip file to the server in the Modules folder of FreeScout.
- Unpack the zip file.
- Remove the zip file.
- Activate the module via the Modules page in FreeScout.
Update instructions
- Download the latest module zip file via the releases card on the right.
- Transfer the zip file to the server in the Modules folder of FreeScout.
- Remove the folder KnowledgeBaseApiModule
- Unpack the zip file.
- Remove the zip file.
Contributing
Feel free to add your own features by sending a pull request.
Get knowledge base categories in a mailbox
curl "https://example.com/api/knowledgebase/1/categories?locale=en" \
-H 'Accept: application/json' \
-H 'Content-Type: application/json; charset=utf-8' \
-d $'{}'
Get articles in a category
curl "https://example.com/api/knowledgebase/1/categories/1?locale=en" \
-H 'Accept: application/json' \
-H 'Content-Type: application/json; charset=utf-8' \
-d $'{}'
LICENSE
MIT