Get Folder Tree
Developing
Get a Folder Tree which is under a project#
📣 this endpoint get a Folder tree under a project . In this GET request the project ID has to be provided in the URL.✳ list of URL parametersproject_id = 36 character in length
📢 Info message : Here URL is contructed likeGET /projects/<project_id>/folders/tree
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location --request GET 'http://localhost:8080/v1/projects/f32a0116-fe11-454c-8e6a-5ff4101882e5/folders/tree'
Responses
application/json {"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}
Modified at 2024-08-06 04:43:03