Kurzbeschreibung

Ruft Informationen eines Thin Client Verzeichnisses ab und listet seine Unterverzeichnisse rekursiv auf.

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

Ressourcen-URL

/v3/directories/tcdirectories/{id}?facets=children 

Beispielanforderung

curl \

--request GET \

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

Antwortart

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

Beispielantwort

{

"DirectoryChildren": [

{

"objectType": "tcdirectory",

"id": "72327",

"link": {

"rel": "tcdirectory",

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

}

},

{

"objectType": "tc",

"id": "7121",

"link": {

"rel": "tc",

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

}

},

{

"objectType": "tc",

"id": "6907",

"link": {

"rel": "tc",

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

}

},

{

"objectType": "tc",

"id": "11219",

"link": {

"rel": "tc",

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

}

},

{

"objectType": "tc",

"id": "15223",

"link": {

"rel": "tc",

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

}

},

{

"objectType": "tc",

"id": "15553",

"link": {

"rel": "tc",

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

}

},

{

"objectType": "tc",

"id": "7113",

"link": {

"rel": "tc",

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

}

},

{

"objectType": "tc",

"id": "6899",

"link": {

"rel": "tc",

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

}

},

{

"objectType": "tc",

"id": "6912",

"link": {

"rel": "tc",

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

}

},

{

"objectType": "tc",

"id": "26836",

"link": {

"rel": "tc",

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

}

}

],

"id": "15592",

"name": "Pool",

"parentID": "-1",

"movedToBin": false,

"objectType": "tcdirectory",

"links": [

{

"rel": "self",

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

},

{

"rel": "Parent",

"href": "root"

}

]

}