Returns a list of inventory and relevant details for a given project within the given date and time. All project users including Observer, Reviewer and Analyst can view project inventory of private/public projects.
Security
bearerAuth
- Mock serverhttps://codeinsightapi.redocly.app/_mock/swagger/project/inventoryLite/{projectId}
- Code Insight REST API Serverhttps://codeinsightapi.redocly.app/codeinsight/api/project/inventoryLite/{projectId}
curl -i -X GET \
'https://codeinsightapi.redocly.app/_mock/swagger/project/inventoryLite/1?startTime=string&endTime=string&size=100&page=1' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'