Hi,
I am making a get report api call to fetch the reports created after a certain date
https://api.smartsheet.com/2.0/reports?modifiedSince=2024-08-01T00:00:00Z
This is the reponse i get
There are some additional fields i want in the data array
like modifedAt, etc, these are mentioned in the response in the api documentation. How do i get these additional fields??