You are not logged in.
Hello!
Is there a way to get data from my formcreator using glpi api?
I can do login and create ticket using API, but I don't know if exists a way to get data from form creator.
Example, I have a form with select field (select printers code) and I would like to get the description of the field and its content.
Offline
you can get description of the question using .../apirest.php/PluginFormcreatorQuestion/
you can get answer to this question using : /apirest.php/PluginFormcreatorAnswer/
Trouver la panne avant de réparer...
GLPI10.0.16 (ubuntu 22.04 PHP8.1 Mariadb10.6 ) plugins : comportements 2.7.3 reports 1.16.0 formcreator 2.13.9, datainjection 2.13.5 fields 1.21.9
Offline
you can get description of the question using .../apirest.php/PluginFormcreatorQuestion/
you can get answer to this question using : /apirest.php/PluginFormcreatorAnswer/
Hello, I am currently using GLPI 9.5.4 + Form Creator 2.11.2.
Could someone explain to me better how to do this that was talked about above?
I'm starting now with GLPI + API + FormCreator.
Thank you for your help.
Offline
First, start with some basic GLPI item (native, not from a plugin).
Try to get your API working to retrieve a computer by its id, for instance.
Then, when you are comfortable with the API, you can go a little deeper in the plugins objects.
Offline