Hi!
Started last week with the task to build a script which counts the number of our devices. Starting with a few basics i am now able to connect to the API via Powershell getting some data. Access over: https://oursubdomain.jamfcloud.com/api/apps or /locations or /users works fine.
Now i'm trying to get the list of devices. Unfortunately i always get a timeout after a few minutes of waiting (approx. 24k devices). Moreover i am not able to search a device rather with "/devices/id/1" nor "devices/1". Also tried the serial number /devices/serialnumber (found at the web frontend) as identifier with no results .
I am a bit confused with the different "kind" of API:
For example, https://oursubdomain.jamfcloud.com/JSSRessource/locations and /uapi/docs returns a 404 Page not found
https://oursubdomain.jamfcloud.com/api/JSSRessource/locations
returns "{"error":{"code":404,"message":"Not found"}}"
Am I doing something fundamentally wrong??
Thanks in advance for your help! :-)
