V3 > Filesystem

Get root breadcrumb.

Retrieves the breadcrumb trail of the root directory for the provided channel.

get/2/vod/channels/{channel}/browse/breadcrumb

Path parameters

channelinteger required

The Channel 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.