cURL
curl --request POST \ --url https://api.example.com/api/tree \ --header 'Content-Type: application/json' \ --data ' { "repoName": "<string>", "revisionName": "<string>", "paths": [ "<string>" ] } '
{ "tree": { "type": "<string>", "path": "<string>", "name": "<string>", "children": "<array>" } }
File tree for the requested repository revision.
Show child attributes
Was this page helpful?