| Package | Description |
|---|---|
| com.smartsheet.api |
| Modifier and Type | Method and Description |
|---|---|
PagedResult<Attachment> |
DiscussionAttachmentResources.getAttachments(long sheetId,
long discussionId,
PaginationParameters parameters)
Get discussion attachment.
|
PagedResult<Attachment> |
RowAttachmentResources.getAttachments(long sheetId,
long rowId,
PaginationParameters parameters)
Get row attachment.
|
PagedResult<CellHistory> |
RowColumnResources.getCellHistory(long sheetId,
long rowId,
long columnId,
PaginationParameters pagination)
Get the cell modification history.
|
PagedResult<CellHistory> |
RowColumnResources.getCellHistory(long sheetId,
long rowId,
long columnId,
PaginationParameters pagination,
EnumSet<CellHistoryInclusion> includes,
Integer level)
Get the cell modification history.
|
PagedResult<SummaryField> |
SheetSummaryResources.getSheetSummaryFields(long sheetId,
EnumSet<SummaryFieldInclusion> includes,
EnumSet<SummaryFieldExclusion> excludes,
PaginationParameters pagination)
Gets the sheet summary fields
|
PagedResult<Attachment> |
AttachmentVersioningResources.listAllVersions(long sheetId,
long attachmentId,
PaginationParameters parameters)
Get all versions of an attachment.
|
PagedResult<AlternateEmail> |
UserResources.listAlternateEmails(long userId,
PaginationParameters pagination)
List all user alternate email(s).
|
PagedResult<Attachment> |
SheetAttachmentResources.listAttachments(long sheetId,
PaginationParameters parameters)
Gets a list of all Attachments that are on the Sheet, including Sheet, Row, and Discussion level Attachments.
|
PagedResult<AutomationRule> |
SheetAutomationRuleResources.listAutomationRules(long sheetId,
PaginationParameters pagination)
Get all automation rules for this sheet
|
PagedResult<Column> |
SheetColumnResources.listColumns(long sheetId,
EnumSet<ColumnInclusion> includes,
PaginationParameters pagination)
List columns of a given sheet.
|
PagedResult<Contact> |
ContactResources.listContacts(PaginationParameters parameters)
Gets a list of the user’s Smartsheet Contacts.
|
PagedResult<CrossSheetReference> |
SheetCrossSheetReferenceResources.listCrossSheetReferences(long sheetId,
PaginationParameters pagination)
Get all cross sheet references for this sheet
|
PagedResult<Discussion> |
RowDiscussionResources.listDiscussions(long sheetId,
long rowId,
PaginationParameters pagination,
EnumSet<DiscussionInclusion> includes)
Gets a list of all Discussions associated with the specified Row.
|
PagedResult<Discussion> |
SheetDiscussionResources.listDiscussions(long sheetId,
PaginationParameters pagination,
EnumSet<DiscussionInclusion> includes)
Get all discussions
|
PagedResult<Favorite> |
FavoriteResources.listFavorites(PaginationParameters parameters)
Gets a list of all of the user’s Favorite items.
|
PagedResult<SheetFilter> |
SheetFilterResources.listFilters(long sheetId,
PaginationParameters pagination)
Get all filters
|
PagedResult<Folder> |
FolderResources.listFolders(long parentFolderId,
PaginationParameters parameters)
List child folders of a given folder.
|
PagedResult<Folder> |
WorkspaceFolderResources.listFolders(long workspaceId,
PaginationParameters parameters)
List folders of a given workspace.
|
PagedResult<Folder> |
HomeFolderResources.listFolders(PaginationParameters parameters)
List folders under home.
|
PagedResult<Group> |
GroupResources.listGroups(PaginationParameters parameters)
List all group.
|
PagedResult<Sheet> |
SheetResources.listOrganizationSheets(PaginationParameters parameters)
Deprecated.
|
PagedResult<Sheet> |
UserResources.listOrgSheets(PaginationParameters pagination)
Deprecated.
|
PagedResult<Sheet> |
UserResources.listOrgSheets(PaginationParameters pagination,
Date modifiedSince)
List all organisation sheets.
|
PagedResult<Template> |
TemplateResources.listPublicTemplates(PaginationParameters parameters)
List public templates.
|
PagedResult<Report> |
ReportResources.listReports(PaginationParameters parameters)
Deprecated.
|
PagedResult<Report> |
ReportResources.listReports(PaginationParameters parameters,
Date modifiedSince)
List all reports.
|
PagedResult<SentUpdateRequest> |
SheetUpdateRequestResources.listSentUpdateRequests(long sheetId,
PaginationParameters paging)
Gets a list of all Sent Update Requests that have future schedules associated with the specified Sheet.
|
PagedResult<Share> |
ShareResources.listShares(long objectId,
PaginationParameters parameters)
Deprecated.
|
PagedResult<Share> |
ShareResources.listShares(long objectId,
PaginationParameters parameters,
Boolean includeWorkspaceShares)
List shares of a given object.
|
PagedResult<Sheet> |
SheetResources.listSheets(EnumSet<SourceInclusion> includes,
PaginationParameters pagination)
Deprecated.
|
PagedResult<Sheet> |
SheetResources.listSheets(EnumSet<SourceInclusion> includes,
PaginationParameters pagination,
Date modifiedSince)
List all sheets.
|
PagedResult<Sight> |
SightResources.listSights(PaginationParameters paging,
Date modifiedSince)
Gets the list of all Sights where the User has access.
|
PagedResult<UpdateRequest> |
SheetUpdateRequestResources.listUpdateRequests(long sheetId,
PaginationParameters paging)
Gets a list of all Update Requests that have future schedules associated with the specified Sheet.
|
PagedResult<Template> |
TemplateResources.listUserCreatedTemplates(PaginationParameters parameters)
List user-created templates.
|
PagedResult<User> |
UserResources.listUsers()
List all users.
|
PagedResult<User> |
UserResources.listUsers(Set<String> email,
EnumSet<ListUserInclusion> includes,
PaginationParameters pagination)
List all users.
|
PagedResult<User> |
UserResources.listUsers(Set<String> email,
PaginationParameters pagination)
List all users.
|
PagedResult<Webhook> |
WebhookResources.listWebhooks(PaginationParameters paging)
Gets the list of all Webhooks that the user owns (if a user generated token was used to make the request)
or the list of all Webhooks associated with the third-party app (if a third-party app made the request).
|
PagedResult<Workspace> |
WorkspaceResources.listWorkspaces(PaginationParameters parameters)
List all workspaces.
|
Copyright © 2014–2019 Smartsheet. All rights reserved.