Skip to content

AdminEric McCann (Admin, SimpleMDM)

My feedback

1 result found

  1. 10 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    2 comments  ·  Suggestions  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    AdminEric McCann (Admin, SimpleMDM) commented  · 

    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.

Feedback and Knowledge Base