Expose Custom App "Pre-stage priority" in API
The Custom App Screen (https://a.simplemdm.com/admin/apps/{APP_ID}) allows for a configurable "Pre-stage priority" for Device-level App Installation during DEP enrollment. This value has a pre-set range of 0-10 (inclusive) available in the UI.
Please update the Application API (https://a.simplemdm.com/api/v1/apps/) to:
- Expose the "Pre-stage Priority" value on all List/Retrieve responses for /api/v1/apps/
- Allow for setting the "Pre-stage Priority" during App Creation and App Update
Background:
My organization is installing multiple Installer Packages during initial DEP enrollment, where some packages must be installed before others. We're currently managing this via manual uploads in the web console after our CI/CD process. Having this done automatically for us via the API would be grand!
Thanks!