You are not logged in.
Pages: 1
Hi I need to migrate our knowledge base (KB) articles from egroupware to GLPI.
In egroupware, KB is no more supported.
Where I can found documentation about the KB API?
when done I will release the scripts in public domain.
thanks
Francesco
Last edited by frhack (2022-11-16 13:05:37)
Offline
The only API currently available in GLPI is a generic low-level one. You can find setup information for it in the User Documentation.
The setup is done in Setup > General > API tab.
https://glpi-user-documentation.readthe … l/api.html
The API documentation can then be found at "/apirest.php" in your GLPI web interface.
For reference, the "itemtype" that represents KB articles is "KnowbaseItem" and some useful fields it has are name (The title), answer (The content), is_faq (If 1, include in the FAQ).
GLPI Collaborator and Plugin Developer.
My non-English comments are automated translations. Sorry for any confusion that causes.
Mes commentaires non anglais sont des traductions automatiques. Désolé pour toute confusion qui cause.
Mis comentarios que no están en inglés son traducciones automáticas. Perdón por cualquier confusión que cause.
Offline
Pages: 1