For a major project, we use a SharePoint folder, currently containing more than 70k files. I want to generate a report on a regular (e.g. daily) basis, listing the changed or created files in the last 24 hours.
First try was the "Get Files (properties)" action, but it only serves the top-level entries of the sharepoint folder, no files or subfolders (option nested is set to on). Second try was the use of SharePoint Rest-Call with Uri "_api/web/Lists/GetByTitle('General')/items", but I cannot find the correct title of the list of files (general or documents/general are not working). In both cases I need OData filter, but so far did not manage to create a syntactically correct filter.
So, how can I query the changed/created files of the last 24h in SharePoint?