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
Hi, Since yesterday (dec 18), many calls to the api are failing or taking way longer than expected (2500seconds to read a sheet). What is the current server status and when should it be back to normal ?
I used UiVision to bulk upload images via a form into smartsheet as an attachment. Now I want to upload each attachment into a cell. Is this possible?
I'm looking to develop a solution for copying forms from one sheet to another, based on matching fields in the forms. I am having difficulty, however in getting forms to appear as an attribute or an associated object to a sheet. What is the correct way to use the API for listing/discovering the forms associated with a…