-
Will and API token for a report give access to the Sheet the Report generated from?
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β¦
-
Smartsheet API Bug: Copy Sheet with include=forms Fails (Regression)
Hello Support Team, We are experiencing an issue with the Smartsheet Copy Sheet API when attempting to include forms. Endpoint: POST https://api.smartsheet.com/2.0/sheets/1097094865571716/copy?include=forms Request Body: { "destinationType": "folder", "destinationId": 608151415351172, "newName": "new_sheet_included_Forms"β¦
-
Issue with Searching a sheet with more than 10k rows
Hello, I am using the Smartsheet Search rows module in make : I am querying a sheet with 18k rows If i search for data in the first 10k rows it find is. if its after that, it doesnt find it. please help Kind Regards, Wesley.
-
Were there recent changes to the totalPages parameter when querying the /sheets endpoint?
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β¦
-
Merged: Incorrect Pagination Metadata in Sheets API Response
This discussion has been merged.
-
Updating a Date Field for a child record returns Bad Request, but other fields work
Iβm trying to update a Date field on a child record, but every time I do so I get a 400 Bad Request response. Hereβs what Iβve observed so far: When I update other child fields (non-date types), the request works fine. When I update non-child date fields, it also works fine. The payload format is correct (Iβve validated itβ¦
-
Smartsheet Forms
Is there any separate API's available for sheet Forms. I do not find in API documentation. Am facing one more problem while copy sheets from location to another. Have included few of the parameters like data, discussions, attachment, forms etcβ¦.It was working till last week, suddenly this week Monday onwards the copy givesβ¦
-
Smartsheet API Deprecations risk?
Without being an administrator (or even in the IT dept), how do I know if my organization is at risk for the Smartsheet API Deprecations events?
-
Test bed for new deprecations?
Hello, with the substantial API deprecations that were announced last week, will there be a test-bed on which we can test our proposed changes to ensure we have caught all possible deprecated access attempts before the main production service URL enacts the deprecation? If so, when (ish) and how might we access the testβ¦
-
Trying to send information from another website to the SmartSheet API
I have been trying to send information to Smartsheet through the API. I can get records to view, however, when I go to post a new record, I get a 200 Success message, but, no data was transferred. I have reviewed the API Documentation and I was testing on the 13th and noticed on the 16th a bunch of rows added that were notβ¦