Question
How to fetch all the versions of a file using the Rest API
I am trying to fetch all the versions of a file using the Rest API endpoint - GET/v1/files/:key/versions
But I am getting only the latest 25 versions. How can I fetch all the versions of a file?
Thanks in advance.
