-
Dario Schiraldi : How do I send a request to the API endpoint?
Hey everyone, I’m Dario Schiraldi CEO of Travel Works, working on integrating an API for Travel and I’m wondering about the best practices for sending a request to the API endpoint. If anyone has worked with a similar API before or has any good practices to share, I’d really appreciate your thoughts! Regards Dario…
-
API calls succeed but data requires manual File > Save to persist
https://us.v-cdn.net/6031209/uploads/RDVBBW9BAQ3L/smartsheet-integration-minimal.txt API returns HTTP 200 SUCCESS Activity log shows "Rows Inserted" No data appears in sheet until manual File > Save. Data can be manually added (by a human) to the same sheet, but the data is not persistent until after File > Save. Browser…
-
Issue with get_sheet_as_excel() – KeyError: 'content-disposition'
I am using Python smartsheet sdk to connect to smartsheet. The line smartsheet_client.Sheets.get_sheet_as_excel(sheet_id, folder_path) was working fine until yesterday. Now it's failing with KeyError: 'content-disposition'. No changes were made to the code or permissions. Please advise on how to resolve this. Thanks, Liam
-
How am I causing this "Unable to parse request" error?
I'll show a successful request, a failed request, and the error I get. For context, 1111 is my sheet ID, 2222 is a row, 3333 is a text column, and 4444 is the special "Start Date" column that Smartsheet creates. Successful request PUT https://api.smartsheet.com/2.0/sheets/1111/rows/ [ { "id": 2222, "cells": [ { "columnId":…
-
Paragraph Spacing is missing when entering data in a cell using make.com modules
I am having trouble with formatting of paragraph data when it is entered in cell using a smartsheet module with make.com. The spacing in the original data that is pulled from a pdf does not show up right away. However, if i double click into the cell where the data is entered, and click away, the spacing then appears. Is…
-
Bulk POST operation syntax
Hi. I have been able to stumble my way to successfully add new rows to my Smartsheet with the POST API request. However, I can't figure out the correct format to send more than one row at a time. I see reference to Bulk Operations in the documentation but I can't find any examples of exactly what that looks like. Would…
-
QR Codes/Bar Codes
Dear Smartsheet Community. Is there a means within Smartsheet to allocate a unique QR/Bar Code to a specific line in a grid, such that if you subsequently scan the code (outside of Smartsheet), the specific line/data record can be accessed? For now, I am thinking of an image of the relevant code added in a cell as an…
-
Erratum in Api documentation
Hi everyone, the thing is I was surfing the API documentation and saw this incongruity in the web but also in the yaml file : MultiPicklistObjectValue: description: Object containing a list of strings to choose from type: object title: MultiPicklistObjectValue properties: objectType: type: string enum: - MULTI_PICKLIST…
-
Can't see my brandfolder via the APIs
Hi, I am investigating integrating Brandfolder via its APIs. Despite having admin access and access to our brandfolder, when using the API I get nothing. What am I missing?
-
How do I integrate AMEX charges into Smartsheet
We are trying to automate our expenses. Daily we'll copy and paste transactions for our staff to identify, and attach receipts. We'd like to automate the copy and paste sequence and have transactions automatically be pulled from AMEX daily. Ideas?