Sign in to join the conversation:
Hi, can I export all the user's photo only? In addition, is any way to connect API with smart sheet?
Hi,
yes you can connect smartsheet API by generating access token from your personal settings. You can do lots of things such as automating backups including attachments, carry over data from worksheet to worksheet within smartsheet and even you can use files from your database or other tools like dropbox. Smartsheet API is well organized and easy to integrate.
Yes, it is possible to get a user profile image. You can use the request to get image urls to receive a url to download the image from. This request is detailed in our API docs here.
You can also review the section on Downloading Cell Images as that also applies to getting profile images.
If you are interested in working with the Smartsheet API I would suggest checking out the Getting Started section in the docs:
http://smartsheet-platform.github.io/api-docs/?shell#getting-started
Hello Smartsheet Team, Thank you for the notification regarding the upcoming API changes. We primarily use the Smartsheet API through third-party integration platforms (Zapier and Domo) rather than custom-built solutions. I would like to clarify the following points: Will Zapier and Domo automatically handle the API…
Hi Everyone, I have a Console Application that was developed using .NET Core 3.1 and Smartsheet SDK version 2.126.0. The application currently uses the following endpoints, which are scheduled to be deprecated in early 2026: GET /workspaces/{workspaceId}/folders GET /workspaces GET /workspaces/{workspaceId} GET…
Hi, Zapier Integrations team here. We are experiencing users reporting being unable to set up a webhook subscription to Smartsheet when a POST request is made to https://api.smartsheet.com/2.0/webhooks Response received { "errorCode": 1008, "message": "Unable to parse request. The following error occurred: Field 'name'…