I have been trying to extract the cell history from the Activity Log but due to some restrictions it threw up an error saying You do not have the permission to view the history. I am now planning to extract the same cell history with the help of Python, just need a clarity on where do I need to do that coding. in "Smartsheet" or "Python" with the API access. Kindly share your thoughts.
Thanks in advance
I tried to extract the cell history from the Activity Log in the smartsheet but it threw up an error saying "You have no persission to view the details"
Smartsheet does provide any API that allows to programmatically interact with Smartsheet data, including cell history. But we can install some python libraries like 'requests ' for making HTTP requests to the Smartsheet API.