Skip to main content
Question

How to List All Items Updated After a Specific Date in whole enterprise?

  • October 3, 2024
  • 0 replies
  • 40 views

Forum|alt.badge.img


I'm trying to find the best way to list all items in Box that exist under the root folder and have been updated after a specific date. I've looked into a couple of API endpoints, however:

1. `/search`
   - It seems to require a query string or metadata template.

2. `/metadata_queries/execute_read`
   - It seems to require setting up a metadata template.

My goal is to query items based solely on their update date, without relying on any metadata. Is there a straightforward way to achieve this using the Box API?