This returns a list of all enrollments in your account, excluding Automated Enrollments (eg. Group Enrollments and One-Time Enrollments).
Cloning Groups:
POST https://a.simplemdm.com/api/v1/device_groups/{DEVICE_GROUP_ID}/clone This clones the group but there are currently no arguments supported, which is similar to the behavior if you clone a group in the admin interface. There is currently no API method to update a group name, but that would be a great feature request.
We will work on updating the documentation for these endpoints and ensuring they are consistently documented across the board.
Thanks Carl! To answer your questions:
Installed Apps:
GET https://a.simplemdm.com/api/v1/installed_apps/{INSTALLED_APP_ID}
Currently this method assumes that you have already called the List Installed Apps for a Device endpoint: GET https://a.simplemdm.com/api/v1/devices/{DEVICE_ID}/installed_apps
and are using one of the listed IDs to get just the specific installed app on that device.
Enrollments:
GET https://a.simplemdm.com/api/v1/enrollments
This returns a list of all enrollments in your account, excluding Automated Enrollments (eg. Group Enrollments and One-Time Enrollments).
Cloning Groups:
POST https://a.simplemdm.com/api/v1/device_groups/{DEVICE_GROUP_ID}/clone
This clones the group but there are currently no arguments supported, which is similar to the behavior if you clone a group in the admin interface. There is currently no API method to update a group name, but that would be a great feature request.
We will work on updating the documentation for these endpoints and ensuring they are consistently documented across the board.