Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Successful Response
{
"results": [
{
"node_id": "<string>",
"name": "<string>",
"file_path": "<string>",
"content": "<string>",
"match_type": "<string>",
"relevance": 123
}
]
}{
"results": [
{
"node_id": "<string>",
"name": "<string>",
"file_path": "<string>",
"content": "<string>",
"match_type": "<string>",
"relevance": 123
}
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response
Show child attributes