Skip to main content
GET
/
projects
/
{projectId}
/
git
/
trees
/
{repositoryTreeId}
Error
A valid request URL is required to generate request examples
{
  "id": "<string>",
  "sha": "<string>",
  "tree": [
    {
      "path": "<string>",
      "mode": "040000",
      "type": "<string>",
      "sha": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Path Parameters

projectId
string
required
repositoryTreeId
string
required

Response

default - application/json
id
string
required

The identifier of Tree

sha
string
required

The identifier of the tree

tree
Tree items · object[]
required

The tree items