Trending in API & Developers
-
When I Copy Workspace, Everything Copies Fine Except for CellLinking
Hi, Using the API documentation, I'm able to copy entire workspaces which has been great for scalability. I've been noticing that the only thing that doesn't work correctly out of all the sheets, reports, and sights, is the cellLinks in my sheet. In the instructions, you can tell it all the different things to pull in. I'm…
-
What is the proper Content-Type string for an Excel (xlsx) file row attachment?
Hello, I have an Excel document (xlsx) that I want to upload to a row through the API. My code does successfully upload the file as a row attachment. However, when I download the file through Smartsheet and try to open it, I get an error "Excel cannot open the file 'file_name.xlsx' because the file format or file extension…
-
Smartsheet Bridge special characters not encoding in endpoint URL
Has anyone ran into this issue? I would like to parse an ISO formatted time into the endpoint URL, but it's not encoding "+" to %2B. My particular use case is getting the latest CVEs from Vulnerability APIs (nist.gov) The endpoint should be formatted as such:…