Get file summary of repository posture report

Returns list of file summaries of repository posture report

When 'Name' query param is used, any files which contain the value in their name will be filtered out (supports partial match)

Request object example
Get file summary of report with GUID "f1580557-5faf-417d-85c7-c6cc7fb5cb57"
{
"pageSize": 100,
"pageNum": 1,
"orderBy": "",
"innerFilters": [
{
"reportGUID": "f1580557-5faf-417d-85c7-c6cc7fb5cb57"
}
]
}

Language
Authorization
Header
URL
Click Try It! to start a request and see the response here!