V3 > Filesystem

Get folder tree.

Retrieves the tree structure of a specified folder.

get/2/vod/browse/{folder}/tree

Path parameters

folderstring required

The Folder unique identifier

Response

OK

result'success' | 'error' | 'asynchronous' required

Result of the HTTP request

Example response

{
  "result": "success",
  "data": {
    "id": "1jhvl2upzafkt",
    "name": "my product"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.