Kurzbeschreibung

Ruft Informationen eines Thin Client Verzeichnisses ab und listet die Kind Verzeichnisse rekursiv auf.

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

Ressourcen-URL

/v2/directories/tcdirectories/[id]?facets=children

Beispielanfrage

curl \

--request GET \

https://[server]:8443/umsapi/v2/directories/tcdirectories/15592?facets=children

Reaktionsart

Liefert ein Directory mit dem Feld untergeordnetes Verzeichnis, das andere Objekte enthält.

Beispielreaktion

{

"DirectoryChildren": [

{

"objectType": "tcdirectory",

"id": "72327",

"link": {

"rel": "tcdirectory",

"href": "https://172.30.91.227:8443/umsapi/v2/directories/tcdirectories/72327"

}

},

{

"objectType": "tc",

"id": "7121",

"link": {

"rel": "tc",

"href": "https://172.30.91.227:8443/umsapi/v2/thinclients/7121"

}

},

{

"objectType": "tc",

"id": "6907",

"link": {

"rel": "tc",

"href": "https://172.30.91.227:8443/umsapi/v2/thinclients/6907"

}

},

{

"objectType": "tc",

"id": "11219",

"link": {

"rel": "tc",

"href": "https://172.30.91.227:8443/umsapi/v2/thinclients/11219"

}

},

{

"objectType": "tc",

"id": "15223",

"link": {

"rel": "tc",

"href": "https://172.30.91.227:8443/umsapi/v2/thinclients/15223"

}

},

{

"objectType": "tc",

"id": "15553",

"link": {

"rel": "tc",

"href": "https://172.30.91.227:8443/umsapi/v2/thinclients/15553"

}

},

{

"objectType": "tc",

"id": "7113",

"link": {

"rel": "tc",

"href": https://172.30.91.227:8443/umsapi/v2/thinclients/7113"

}

},

{

"objectType": "tc",

"id": "6899",

"link": {

"rel": "tc",

"href": "https://172.30.91.227:8443/umsapi/v2/thinclients/6899"

}

},

{

"objectType": "tc",

"id": "6912",

"link": {

"rel": "tc",

"href": "https://172.30.91.227:8443/umsapi/v2/thinclients/6912"

}

},

{

"objectType": "tc",

"id": "26836",

"link": {

"rel": "tc",

"href": "https://172.30.91.227:8443/umsapi/v2/thinclients/26836"

}

}

],

"id": "15592",

"name": "Pool",

"parentID": "-1",

"movedToBin": false,

"objectType": "tcdirectory",

"links": [

{

"rel": "self",

"href": "https://172.30.91.227:8443/umsapi/v2/directories/tcdirectories/15592"

},

{

"rel": "Parent",

"href": "root"

}

]

}