Kurzbeschreibung

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

Ressourcen-URL

/v3/masterprofiles/{profileid}/assignments/tcdirectories 

Beispielanforderung

curl \

--request GET \

https://[server]:8443/umsapi/v3/masterprofiles/72098/assignments/tcdirectories

Anforderungspfadvariablen

Name

Typ

Verbindliche

Beschreibung

profileid

String

ja

Priority Profil-ID

Antwortart

Liefert eine Liste von Zuordnungen.

Beispielantwort

[

{

"assignee": {

"id": "72098",

"type": "masterprofile"

},

"receiver": {

"id": "76462",

"type": "tcdirectory"

},

"assignmentPosition": 0,

"links": [

{

"rel": "assigned",

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

},

{

"rel": "receiver",

"href": "https://172.30.91.227:8443/umsapi/v3/directories/tcdirectories/76462"

},

{

"rel": "self",

"href": "https://172.30.91.227:8443/umsapi/v3/masterprofiles/72098/assignments/tcdirectories/76462"

}

]

}

]