You are not logged in.
Pages: 1
Hello,
I want to list all the computers in GLPI. Because the number of computers increases, so the "range = 0-1000" function does not meet my needs.
Here is the query I am currently using:
$ SearchResult = Invoke-RestMethod "$ AppURL / computer /? & Is_deleted = 0 & range = 0-1000 & expand_dropdowns = 1" -Headers @ {"session-token" = $ SessionToken.session_token; "App-Token" = "$ AppToken"}
Also how can I get the "last inventory" parameter from Fusion Inventory?
Thank you
Offline
to get last inventory add forcedisplay[x]=5150
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