public interface DiscussionAttachmentResources
| Modifier and Type | Method and Description |
|---|---|
PagedResult<Attachment> |
getAttachments(long sheetId,
long discussionId,
PaginationParameters parameters)
Get discussion attachment.
|
PagedResult<Attachment> getAttachments(long sheetId, long discussionId, PaginationParameters parameters) throws SmartsheetException
Get discussion attachment.
It mirrors to the following Smartsheet REST API method: GET /sheets/{sheetId}/discussions/{discussionId}/attachments
Exceptions: InvalidRequestException : if there is any problem with the REST API request AuthorizationException : if there is any problem with the REST API authorization(access token) ResourceNotFoundException : if the resource can not be found ServiceUnavailableException : if the REST API service is not available (possibly due to rate limiting) SmartsheetRestException : if there is any other REST API related error occurred during the operation SmartsheetException : if there is any other error occurred during the operationsheetId - the sheet iddiscussionId - the discussion idparameters - the pagination parametersSmartsheetException - the smartsheet exceptionCopyright © 2014–2019 Smartsheet. All rights reserved.