need help on Attachments API

Options

How can i pull attachments added to row in smartsheet from third party system using API without using attachment id

Answers

  • Etienne Mermillod
    Etienne Mermillod ✭✭✭✭✭
    Options

    Hi,

    You need the attachement Id to download any attachment. Also there is a metho to list attachement for a given sheet/row . With that method you'll be able to retreive attchments ids.

  • DivyaP
    DivyaP ✭✭
    Options

    Thank you for the reply

    Is it possible to get only recently modified rows of the sheet via API .. I mean if any columns are updated or comments added or attachments added to row?

  • Etienne Mermillod
    Etienne Mermillod ✭✭✭✭✭
    Options

    No there isn't any direct method to list row that were recently modified.

    • You can create a web hook to intercept recent immediate changes.
    • Or you can just read the sheet : each row have a Modified property