Questions tagged [smartsheet-api-2.0]

131 questions
0
votes
2 answers

Multiple update requests to the same smartsheet using the python sdk API call

I am using the Python SDK API Call update rows in a Smartsheet sheet. We are issuing simultaneous API calls, and hence some requests are failing with error: Process finished with exit code 0 {"response": {"statusCode": 500, "reason": "Internal…
0
votes
0 answers

Smartsheet API for Jira Integration

I want to use Smartsheet API instead of the Smartsheet to Jira connector to perform call to Jira board and whenever there is an update to any of the Jira tickets, it is reflected in Smartsheet. This is most probably going to be one directional from…
0
votes
1 answer

How to update one grid with information from another grid

I have one grid called Grid 1, I would like to pass the information to another grid called Grid M. This Grid M may or may not contain previous data, so what I want is to overwrite these previous values and just leave the new data. Please note that…
ralhpq1
  • 3
  • 3
0
votes
1 answer

How to filter data from Smartsheet using a list from another sheet

I am an amateur, self-taught programmer. My primary language is Python. Recently, I have started learning about the Smartsheet API and I love the potential it has. In my organization, we use Smartsheet for one of our processes. Now, I will explain…
dr_jack3l
  • 3
  • 3
0
votes
0 answers

Smartsheet API - Updating Dropdown Values

I need to create a form where the user can submit multiple dates of their choice. Smartsheet forms doesn't support multi-date picker and the only option is to have those dates added to the dropdown. Can someone please link me to the smartsheet…
0
votes
0 answers

Changing cells in sheet using Java and Smartsheet API

I have a not big, but unsolvable for me problem. My Java code connects with smartsheet, and reads a list of sheets at folder (by folder id), next, it copies from folder ony sheets (leaving reports and dashboards), changing name of sheets and paste…
0
votes
1 answer

Smartsheet - Error code 1006 and status code 404

I am trying to get details from a smart sheet and when I try to connect to it I am getting the following error {"response": {"statusCode": 404, "reason": "Not Found", "content": {"errorCode": 1006, "message": "Not Found", "refId":…
Tony Frank
  • 248
  • 1
  • 2
  • 8
0
votes
0 answers

Can you use the smartsheet api directly with react?

I need to use the smartsheet api for some code stuff, and was wondering if it can be used directly with the front end which is in react, or if needs to be implemented in the backend.
0
votes
1 answer

When adding rows to a new sheet using the Smartsheet Node.js SDK. how would you indent one of the rows you are adding?

First time posting here, so I apologize for any "grievances" and appreciate your patience. I'm working on a process that creates new sheet, and then parses an array of row Objects to be added to the new…
Don V
  • 3
  • 2
0
votes
1 answer

How to use Python to update a specific Smartsheet ID?

Everytime I use the smart-sheet-sdk code example, it creates a new Smartsheet with the same name and a new ID. How can I define which Smartsheet has to be updated? I just don´t want random sheets to be created every time. Thanks in advance for all…
FOttolini
  • 1
  • 1
0
votes
1 answer

smartsheet-python-sdk: AttributeError: module 'smartsheet' has no attribute 'Sheets'

I'm getting the following error in Python 3.10: Traceback (most recent call last): File ".../smartsheet.py", line 13, in action = smartsheet.Sheets.list_sheets(include_all=True) AttributeError: module 'smartsheet' has no attribute…
seayak
  • 204
  • 1
  • 3
  • 10
0
votes
0 answers

Some attributes/fields of "Sheet" object is not documented but is present in Get Sheet API response?

I noticed that some of the fields/attributes related to "Get Sheet" API has attributes like: Not documented attributes which are not documented in the API doc https://smartsheet.redoc.ly/#section/Sheet-Object Postman API response Could anyone please…
0
votes
1 answer

How can I add multiple App redirect uri within the Smartsheet Application for the purpose of using OAuth2.0?

I am building a Smartsheet connector that requires to use Oauth2.0 for authentication of user to access Smartsheet user data. I am able to add a single app redirect uri which is working as expected and authenticates successfully. However, I am…
0
votes
1 answer

Dependence on column order in response to Smartsheet "Get Sheet" API

Question about the “Get Sheet” API, namely https://api.smartsheet.com/2.0/sheets/{sheetId} – This API responds with (among other things) an array of columns and an array of rows. Each row in the array of rows contains an array of cells. Can we be…
Stephan G
  • 3,289
  • 4
  • 30
  • 49
0
votes
1 answer

Unable to access Smartsheet SCIM APIs

I have a Smartsheet enterprise account with system admin privileges. But, when I try to access the SCIM API(https://scim.smartsheet.com/v2/Users) getting the following error: { "schemas": [ "urn:ietf:params:scim:api:messages:2.0:Error" ], "detail":…
1 2
3
8 9