Get Folder Tree
Developing
GET
/projects/{projId}/folders/tree
Get a Folder Tree which is under a project
/projects/<project_id>/folders/tree
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.vidinfra.com/v1/projects/f32a0116-fe11-454c-8e6a-5ff4101882e5/folders/tree'
Response Response Example
200 - Success
{"message":"collection successfully created.","result":{"id":"495db0ce-7abc-429f-a4ac-2c5dccd8c0a9","project_id":"74e2188c-25c2-4e42-be8b-e9adb5741d4d","vod_transcoding_profiles_id":"","name":"Raka Collection","status":"active","logo_url":null,"password":null,"description":null,"parent_id":"00000000-0000-0000-0000-000000000000","child_list":null,"rgt":0,"lft":0,"created_at":"2024-02-07T15:47:01.319+06:00","updated_at":"2024-02-07T15:47:01.319+06:00","deleted_at":null,"children_count":0,"videos_count":0},"success":true}
Request
Path Params
projId
stringÂ
required
Example:
f32a0116-fe11-454c-8e6a-5ff4101882e5
Query Params
parent_id
stringÂ
optional
Responses
Modified at 2025-06-19 04:59:01