Folders
The folders endpoint allows you to retrieve the folder structure of test cases within a project.
List Project Folders
GET/api/public/v0/project/{project_id}/tcase/folders
Returns a hierarchical list of all folders in the project. This endpoint is useful for getting folder IDs and understanding the test case organization structure.
Path Parameters
project_id: The project identifier (can be either the project code or UUID)