User Tools

Site Tools


api:flexcare:tabletprofile:list

API : FlexCare : Tablet profile : List

Introduction

This request is used to get a list of profiles used by Android devices

Request

URL https://api.telecomx.dk/flexcare/tabletprofile
Method GET
Access level RESELLER_ADMIN
Query offset [optional] Index of the first profile to return, default is 0.
limit [optional] The number of profiles to return, default is 100
filter [optional] Used to filter list of profiles
Fields searched: [name]
all [optional] To list all profiles instead of limiting response
Only for RESELLER_ADMIN, ADMIN
customer [optional] Customer to return profiles for, if not provided user's profile is used
mdmConfig [optional] If only profiles with certain mdmconfig is wanted, provide id of the mdmconfig

Query examples

https://api.telecomx.dk/flexcare/tabletprofile
https://api.telecomx.dk/flexcare/tabletprofile?offset=25&limit=50&filter=something

Response

JSON Object
offset Number Index of the first profile returned
limit Number Limit of profiles returned
total Number Total amount of profiles
items Array<TabletProfileListObject> List of profiles
TabletProfileListObject
_id ObjectId Unique id of the profile
name String Name of the profile
usedBy Number Number of devices using the profile

Example

{
    offset: 0,
    limit: 50,
    total: 2,
    items: [
        {
            _id: '1234567890qwertyuiopqwer',
            name: 'Min profil',
            usedBy: 2
        }
    ]
}

Errors

Error code Message Description
403 access_denied Insufficient access level
500 internal_error <Unspecified>
api/flexcare/tabletprofile/list.txt · Last modified: 2025/12/04 10:37 by Mikkel Frederiksen

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki