Kurzbeschreibung

Ruft Informationen aller Priority Profile (vor UMS 12 als "Masterprofile" bezeichnet) einer UMS Instanz ab.

Diese Methode  listet auch Priority Profile auf, die sich im Papierkorb befinden ("movedToBin":"true").

Ressourcen-URL

/v3/masterprofiles/

Beispielanfrage

curl \

--request GET \

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

Antworttyp

Liefert eine Liste von Profilen.

Beispielantwort

[

{

"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"

}

]

}

]