GET
/
organizations
/
{organizationId}
/
code-repos
/
{codeRepoId}
/
refs
/
{refId}
/
tree
curl --request GET \
  --url https://api.icepanel.io/v1/organizations/{organizationId}/code-repos/{codeRepoId}/refs/{refId}/tree \
  --header 'Authorization: <authorization>'
{
  "codeRepoTree": [
    {
      "language": "<string>",
      "path": "<string>",
      "sha": "<string>",
      "size": 123,
      "type": "blob"
    }
  ]
}

Headers

Authorization
string
required

Path Parameters

organizationId
string
required
codeRepoId
string
required
refId
string
required

Response

200
application/json
OK
codeRepoTree
object[]
required