1

Anyone knows the minimum date vale supported by api.box.com for search by created_range and modified_range

The URL for the same is: https://box-content.readme.io/#searching-for-content

Hiren Kagrana
  • 912
  • 8
  • 21

1 Answers1

2

From the API docs under Date Format:

Box supports the subset of dates after the start of the Unix epoch: 1970-01-01T00:00:00+00:00 (00:00:00 UTC on January 1, 1970).

Earlier dates may happen to work as well, but this is what's officially supported.

Greg
  • 3,731
  • 1
  • 29
  • 25