API - getting all the inventory data

dlondon
Valued Contributor

Hi - very new to searching via the API so please take it easy on me.

4089d9fbec3a4dca892c26f1685a868b
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?

2 REPLIES 2

DBrowning
Valued Contributor II

use ../JSSResource/computers/id/{id}

Adminpro
New Contributor

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.