Kurzbeschreibung

Ruft die Geräte ab, denen das Priority Profil (vor UMS 12 als "Masterprofil" bezeichnet) zugeordnet ist. 

Ressourcen-URL

/v3/masterprofiles/[profileid]/assignments/thinclients 

Beispielanfrage

curl \

--request GET \

https://[server]:8443/umsapi/v3/masterprofiles/72308/assignments/thinclients 

Anfragenpfadvariablen

Name

Typ

Verbindlich

Beschreibung

profileid

String

ja

Priority Profil-ID

Antwortart

Liefert eine Liste von Zuordnungen.

Beispielantwort

[

{

"assignee": {

"id": "72308",

"type": "masterprofile"

},

"receiver": {

"id": "48335",

"type": "tc"

},

"assignmentPosition": 0,

"links": [

{

"rel": "assigned",

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

},

{

"rel": "receiver",

"href": "https://172.30.91.227:8443/umsapi/v3/thinclients/48335"

},

{

"rel": "self",

"href": "https://172.30.91.227:8443/umsapi/v3/masterprofiles/72308/assignments/thinclients/48335"

}

]

},

{

"assignee": {

"id": "72308",

"type": "masterprofile"

},

"receiver": {

"id": "72014",

"type": "tc"

},

"assignmentPosition": 1,

"links": [

{

"rel": "assigned",

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

},

{

"rel": "receiver",

"href": "https://172.30.91.227:8443/umsapi/v3/thinclients/72014"

},

{

"rel": "self",

"href": "https://172.30.91.227:8443/umsapi/v3/masterprofiles/72308/assignments/thinclients/72014"

}

]

}

]