API: get application identifier
In order to list the machine on which an application is installed, I intend to use /apps/{APP_ID}/installs
Right now it is impossible to get the application identifier "APP_ID" from the API.
The /apps endpoint returns a very limited list of known applications (probably from the catalog, but it's not very clear).
The only way to get this APP_ID is to go through the admin web interface, go to the "Apps" section, and copy the identifier from there.
As far as I can tell, the API is missing this feature currently.
The APP_ID for an app can be obtained from the Apps List All endpoint here: https://api.simplemdm.com/#list-all
As it stands, we recommend using this endpoint to get a list of IDs. However, this endpoint only returns apps in your account's Catalog. If there is some additional functionality you are looking for, please submit a new suggestion.
-
JCF commented
A way to search for a known application by bundle identifier through the API to get its ID would be neat.