Reporting Through the API?

user-FMcjLUZQiT
New Contributor

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 1

tlarkin
Honored Contributor

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.