post https://api.armosec.io/api/v1/repositoryPosture/files
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"
}
]
}