V3 > Filesystem
Browse channel root.
Retrieves a paginated list of files associated with the provided channel and located at in its root directory.
get/2/vod/channels/{channel}/browse
Path parameters
channelstring required
Query parameters
deepboolean nullable
filesstring nullable
A list of items, (either comma separated or as an array) (no duplicates) with the following rules: <note><bold>1</bold>: Identifier of an existing Bvf</note>
Example:1jhvl2upwoctc,1jhvl2upwoctc,1jhvl2upwoctc
return'total'
Optional : If you pass this parameter with the value total, then the response will be the number of items in the collection, instead of the items themselves.<br /> Part of the total capacity
pageinteger
Optional parameter that define the page number<br /> Part of the pagination capacity
per_pageinteger
Optional parameter that define the number of items per page<br /> Part of the pagination capacity
Response
OK
Example response
{
"result": "success",
"total": 221,
"page": 2,
"pages": 15,
"items_per_page": 15
}