HTTP Request for SmartSheet Attachments

Hi Everyone. I have been messing with on and off for a few days. I have a smartsheet that I’m watching for a row to be entered. Its populated by a form. I’m then grabbing the attachments in that row. It brings all the information through and I can see the data in the output. I have the below URLs. They are populated with the correct data. I then run an http Make Request. Then it tells me the URL does not exist. I have the access token etc. Its just that request its not noticing. I was wondering if anyonne else came across this issue?

https://api.smartsheet.com/2.0/sheets/{sheetId}/rows/{rowId}/attachments
The above lists all the attachments which it does.

https://api.smartsheet.com/2.0/attachments/{attachmentId}/download
I then itterate through all the attachments and get their IDs. I update this URL but still no luck.

HELP!!

Hey Nick!

Tony here, founder of SheetRocks. Looks like you are using the wrong URL, in the docs it’s

https://api.smartsheet.com/2.0/sheets/{sheetId}/attachments/{attachmentId}

(You’re missing the /sheets/{sheetId} part)

Also – I don’t know exactly what you’re doing but it’s likely SheetRocks would be a better fit for this. We just launched on Make today & we are currently offering to get it set up for you for free (book here to learn more: Calendly). Good luck!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.