Is there a way to search using the api and return the number of versions of a file in the results?
Ive tried to search using a date range and the file name and get an error as the result.
heres what I tried: curl -X GET https://api.box.com/2.0/folder/*foldernumber*/search?query=.ai&types=file&updatedTime=customrange&updatedTimeFrom=*datetimestring* privacy***&updatedTimeTo=*datetimestring* \
-H "Authorization: Bearer XXX"