GET /v3/directories/tcdirectories/{id}?facets=children
Summary
Gets information a Thin Client Directory, recursively listing its children.
"movedToBin":"true"
).
Resource URL
/v3/directories/tcdirectories/{id}?facets=children
Example Request
curl \
--request GET \
https://[server]:8443/umsapi/v3/directories/tcdirectories/15592?facets=children
Response Type
Returns a Directory, with its DirectoryChildren field containing other objects.
Example Response
{
"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"
}
]
}