Skip to main content
Skip table of contents

GET /v3/masterprofiles

Summary

Gets information on all priority profiles (called "master profiles" before UMS 12) on the UMS instance.

This method will also list priority profiles that are located in the Recycle Bin ("movedToBin":"true").

Resource URL

/v3/masterprofiles/

Example Request

curl \

--request GET \

https://[server]:8443/umsapi/v3/masterprofiles

Response Type

Returns a list of profiles.

Example Response

[

{

"firmwareID": "32",

"isMasterProfile": true,

"overridesSessions": false,

"id": "72054",

"name": "Company Master Profile",

"parentID": "-14",

"movedToBin": false,

"objectType": "masterprofile",

"links": [

{

"rel": "self",

"href": "https://172.30.91.227:8443/umsapi/v3/masterprofiles/72054"

},

{

"rel": "Parent",

"href": "root"

},

{

"rel": "Firmware",

"href": "https://172.30.91.227:8443/umsapi/v3/firmwares/32"

}

]

},

{

"firmwareID": "23",

"isMasterProfile": true,

"overridesSessions": false,

"id": "72055",

"name": "Spcieal Master Profile",

"parentID": "-14",

"movedToBin": false,

"objectType": "masterprofile",

"links": [

{

"rel": "self",

"href": "https://172.30.91.227:8443/umsapi/v3/masterprofiles/72055"

},

{

"rel": "Parent",

"href": "root"

},

{

"rel": "Firmware",

"href": "https://172.30.91.227:8443/umsapi/v3/firmwares/23"

}

]

}

]

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.