Authorizations
API key in Bearer token format
Path Parameters
Response
Successful Response
{
"results": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"path": "<string>",
"is_imported": true,
"contracts": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"is_known_target": true,
"functions": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"is_inherited": true,
"is_auditable": true,
"is_entry_point": true,
"is_override": true,
"contract_name_defined": "<string>",
"is_within_scope": false,
"src_start_pos": 123,
"src_end_pos": 123,
"source_consumed_in_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"source_defined_in_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
],
"is_within_scope": false,
"src_start_pos": 123,
"src_end_pos": 123,
"source_defined_in_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
],
"is_within_scope": false
}
]
}
retrieve the file tree structure for a code version
{
"results": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"path": "<string>",
"is_imported": true,
"contracts": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"is_known_target": true,
"functions": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"is_inherited": true,
"is_auditable": true,
"is_entry_point": true,
"is_override": true,
"contract_name_defined": "<string>",
"is_within_scope": false,
"src_start_pos": 123,
"src_end_pos": 123,
"source_consumed_in_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"source_defined_in_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
],
"is_within_scope": false,
"src_start_pos": 123,
"src_end_pos": 123,
"source_defined_in_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
],
"is_within_scope": false
}
]
}
API key in Bearer token format
Successful Response
Show child attributes