Returns a list of inventories and relevant details within the given date and time. All users can view project inventories of public projects and users with permission can view the inventories of private project
Security
bearerAuth
- Mock serverhttps://codeinsightapi.redocly.app/_mock/swagger/inventories/searchByDate
- Code Insight REST API Serverhttps://codeinsightapi.redocly.app/codeinsight/api/inventories/searchByDate
curl -i -X GET \
'https://codeinsightapi.redocly.app/_mock/swagger/inventories/searchByDate?startTime=string&endTime=string&published=PUBLISHED&size=100&page=1' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'