You are not logged in.
Pages: 1
Hello everyone,
Guys, how can I get in which computers a specific(id) software is downloaded, using api request.
Appreciate any help.
Offline
first, you should get softwareversion_id then
.../glpi/apirest.php/Softwareversion/[ softwareversion_id]/Computer_softwareversion
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
Ty for this it works but is there a way to do it with the software_id instead of software_version_id ?
Last edited by aziz (2021-10-28 16:48:46)
Offline
the only way I see is
get software versions :
.../glpi/apirest.php/Software/[software_id]/Softwareversion/
then for each softwareversion_id
.../glpi/apirest.php/Softwareversion/[ softwareversion_id]/Computer_softwareversion/
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
Pages: 1