Skip to main content
Question

API - getting all the inventory data

  • December 11, 2019
  • 2 replies
  • 31 views

dlondon
Forum|alt.badge.img+14

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?

2 replies

DBrowning
Forum|alt.badge.img+25
  • Esteemed Contributor
  • December 11, 2019

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


Forum|alt.badge.img+2
  • New Contributor
  • June 9, 2020

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.