name | type | description | default |
---|---|---|---|
guid | query | ||
hv-type | query | ||
path | query |
media type | data type | description |
---|---|---|
application/json | DirTreeNodeDTO (JSON) |
GET /remote-directory/get-directories
Content-Type: */*
Accept: application/json
...
HTTP/1.1 200 OK
Content-Type: application/json
{
"name" : "...",
"type" : "...",
"fullName" : "...",
"elements" : [ {
"name" : "...",
"type" : "...",
"fullName" : "...",
"elements" : [ { }, { } ]
}, {
"name" : "...",
"type" : "...",
"fullName" : "...",
"elements" : [ { }, { } ]
} ]
}