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"
}
]
}
Find a file tree for a code repo reference
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"
}
]
}
OK
The response is of type object
.