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, I am unsure of the feasibility of this goal but am hoping someone could provide some insight. Within my organization we have the following structure Workspace → Workspace → Folder. Within this folder we have additional folders that are added through an API integration we have setup. I am hoping we would be able to…
Hi, I have a large Smartsheet, I want to generate a row report that reduces information displayed down to a specific group. For that Row Report, if I were to generate an API token and share it to a third party, will that third part have access to the information on the original 'Grid' sheet, or will it be reduced to what…
Up until last week, the totalPages and totalCount parameters functioned as expected when performing a simple GET call to /sheets. If there were 150 sheets, then it would show "totalPages": 2, "totalCount": 150. As of Friday of last week, it seems like it is showing "totalPages": 1, "totalCount": 100 any time there are more…