Trying to build a API (I hope this is correct) to get the following information from Jamf / Computer. Where can I find the API Variable list.
Mac Address
Computer Name
Model
Serial Number
Last Check-in
Last Enrollment
Operating System
Department
Position
Full Name
Username
I have 3 of the variables already that I created a long time ago but now can't find the site / document with the list.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>department</key>
<string>$DEPARTMENTNAME</string>
<key>email</key>
<string>$EMAIL</string>
<key>fullname</key>
<string>$FULLNAME</string>
<key>username</key>
<string>$USERNAME</string>
</dict>
</plist>