cancel
Showing results for 
Search instead for 
Did you mean: 

REST GET: Not working for Smartsheet API

mayank_singh
New Contributor II

Hi,

I’m trying to fetch data from a sheet using Smartsheets sheets API. I’ve generated the access token, and it’s working fine with Postman. Please see below it’s returning the data, but when I do the same using Rest Get, it’s not producing anything.
image

image

And also, with Smartsheets API, even if I pass the wrong sheetid its starts validating and does not throw any error. If it’s working in POSTMAN, it should work with REST Get also. Please let me know what I’m missing.

Note: I’ve also tried using the Oauth2 method by creating an account for Smartsheets, and I was able to refresh the token as well, but with that approach, it is also not working.

1 ACCEPTED SOLUTION

I tried with the token that you have sent to me, and it is working perfectly, either for getting all the sheets or getting sheet by ID.

image
image

View solution in original post

20 REPLIES 20

Hi,

Please check Trust all certificates and change the view when error happens to Route error data to error view and try again to see if data or error/s appear after executing.

Thanks. I’ve already tested it for all the snap properties. But still not working. Error view is empty.image

Hi,

By default, the attribute Follow redirects is checked in the REST Get snap. Please check that attribute and also Process array.

If that is not working, please try to get all the data from the API (https://api.smartsheet.com/2.0/sheets).

Try to execute the pipeline by clearing cache (shift + validate).

Regards

I tried but still not working.
image

Try to remove the authorization header and see if you get an error after executing.