Kurzbeschreibung

Ruft die Thin Clients ab, denen das Profil zugeordnet ist.

Ressourcen-URL

/v3/profile/{profileid}/assignments/thinclients

Beispielanfrage

curl \

--request GET \

https://[server]:8443/umsapi/v3/profiles/20467/assignments/thinclients  

Anforderungspfadvariablen

Name

Typ

Verbindlich

Beschreibung

profileid

String

ja

ID des Profils

Reaktionsart

Gibt eine Liste der assignments zurück.

Beispielreaktion

[

{

"assignee": {

"id": "20467",

"type": "profile"

},

"receiver": {

"id": "23028",

"type": "tc"

},

"assignmentPosition": 0,

"links": [

{

"rel": "assigned",

"href": "https://172.30.91.227:8443/umsapi/v3/profiles/20467"

},

{

"rel": "receiver",

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

},

{

"rel": "self",

"href": "https://172.30.91.227:8443/umsapi/v3/profiles/20467/assignments/thinclients/23028"

}

]

},

{

"assignee": {

"id": "20467",

"type": "profile"

},

"receiver": {

"id": "48335",

"type": "tc"

},

"assignmentPosition": 1,

"links": [

{

"rel": "assigned",

"href": "https://172.30.91.227:8443/umsapi/v3/profiles/20467"

},

{

"rel": "receiver",

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

},

{

"rel": "self",

"href": "https://172.30.91.227:8443/umsapi/v3/profiles/20467/assignments/thinclients/48335"

}

]

}

]