Skip to main content
Question

Reporting Through the API?

  • November 2, 2021
  • 1 reply
  • 16 views

Forum|alt.badge.img+1

Hello,

I am new to the Jamf community and thought I would see if you all have a solution for this. I have a smart device group of iPads that I would like to pull the location information and the device count at each location and report them to a spreadsheet. Has anyone ever had experience running reports on smart groups via the API and then getting specific data? Thanks in advance for your time. 

1 reply

Forum|alt.badge.img+31
  • Honored Contributor
  • November 2, 2021

Device records can be pulled from the API and it does contain the user and location information. You would need to iterate through all your device IDs, collect them, then do call backs for each device endpoint. The new Jamf Pro API might support queries (I haven't looked), or you can create a saved search of the exact data you want and use the API to call that down as well.