This module adds the option to add a public API for the FreeScout knowledge base (module).
- FreeScout installed
- FreeScout Knowledge base module
- 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.
- 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.
Feel free to add your own features by sending a pull request.
curl "https://example.com/api/knowledgebase/1/categories?locale=en" \
-H 'Accept: application/json' \
-H 'Content-Type: application/json; charset=utf-8' \
-d $'{}'
curl "https://example.com/api/knowledgebase/1/categories/1?locale=en" \
-H 'Accept: application/json' \
-H 'Content-Type: application/json; charset=utf-8' \
-d $'{}'
MIT