API & Developers
Archives for April 2022
Discussion List
-
Why is the row id in the webhook data different to the smartsheet row id?In API & DevelopersHeres my webhook code $challenge = file_get_contents('php://input'); $result = json_decode($challenge); $Response = $result->challenge; $WebHookId = $result->webhookId; header("Authorization: Bearer".SS_TOKEN); header('Smar…
-
Access to Event Reporting API other then Enterprise planIn API & DevelopersHi, As Event Reporting API(https://api.smartsheet.com/2.0/events?since=2022-01-10T00:00:00Z) is available via Enterprise plan only, Is there any way we can access this API with free trial or Developer account. We require the access of thi…
-
How can I access the Smartsheet API from Excel power query?In API & DevelopersHi, I have ODBC connector for Excel but need to use the API in this instance. I'd like to create an API connection that can be run by anyone with access to the Excel document. I have a secure token but am unable to configure the parameters…
-
List Discussions function limited charactersIn API & DevelopersHello, I am trying to pull all discussion and comments associated with a sheet ID. I was able to pull using the API through python as shown below. However the comments came in with only limited characters, in other words I can only see th…
-
Event Reporting APIIn API & DevelopersHi team, I have a question on smartsheet Event Reporting API. As event API is available as an Add on feature on Enterprise Plan only, So If a customer has an Enterprise plan and we use the API will it also bring in activity for any users …
-
need help on Attachments APIIn API & DevelopersHow can i pull attachments added to row in smartsheet from third party system using API without using attachment idAnswered - Pending Review 28 views 3 comments 0 points Most recent by Etienne Mermillod API & Developers
-
need help on Comments APIIn API & DevelopersI want to pull recently added comments to row in smartsheet from servicenow using API. But existing api to fetch comments need comment id , as third party system i dont comment id to pull . I would like to know how to get recently added co…
-
Smartsheet Admin license/Creating an AppIn API & DevelopersI have been tasked with creating an app using the Smartsheet API/SDK. Our company only has a fixed number of licenses and does not plan on purchasing any more so I have to get an admin license transferred to me. I plan on creating an app i…
-
Smartsheet pulling data from a APIIn API & DevelopersAsking the community to see if you all have found a solution that smartsheet currently does not have one for. We are building an API for ourselves and our 3rd Party Partners to have access to a single source of data that smartsheets and …Answered - Pending Review 60 views 1 comment 0 points Most recent by Richard Rymill SBP API & Developers
-
Do Smartsheet Support an API to fetch header names of a template?In API & DevelopersI want to make an API call to fetch the column names and respective datatypes of a user-created-templates.