Posted on 12-10-2019 05:09 PM
Hi - very new to searching via the API so please take it easy on me.
I can see ways in the API to get items like computer ID with a few extra bits of info. Is there a way to get the full list of items associated with a computer record - hardware, user(s), app's etc?
Posted on 12-10-2019 06:26 PM
use ../JSSResource/computers/id/{id}
Posted on 06-09-2020 01:05 PM
Is there an API end point that can provide the same detail that ../JSSResource/computers/id/{id} does, but for all computers within a JAMF system? I'd like to reduce the number of calls that I need to make to get the details for each computer. I'm interested in something like ../JSSResource/computers/subset/basic , but with all the additional details. I haven't been able to find any API end point like that searching through the documentation.