Sign in to join the conversation:
I am using c# to try get the attachment id of an attachment in a certain row in order to download the attachment. How can I achieve this?
Hi Lorenzo, Smartsheet has an endpoint for that. The documentation is in the Attachments section, under List Row Attachments. In C#, here's what that would look like:// Omit pagination parameters<br /> PaginatedResult<Attachment> attachments = smartsheet.SheetResources.RowResources.AttachmentResources.ListAttachments( 2252168947361668, // long sheetId 4293147074291588, // long rowId null // PaginationParameters );
// Omit pagination parameters<br /> PaginatedResult<Attachment> attachments = smartsheet.SheetResources.RowResources.AttachmentResources.ListAttachments( 2252168947361668, // long sheetId 4293147074291588, // long rowId null // PaginationParameters );
Ok so my next question is how do I make it a url/link in the c# screen?
I have three columns I'm dealing with, SALARY IRA(check mark) IRA amount if the ira checkmark is checked, take SALARY *0.035 in the ira amount column
Is there a RACI template that Smartsheets already has or does anyone have any suggestions?
@Rhonda Keller, SmartU How many times are users allowed to attempt the quizzes at the end of the self paced core path courses? I have had a few people at my company reach out to me stating that they are unable to retake the quizzes.