Smartsheet API v1.1 - Quick Reference
Resourceendpointaccess scope
 Collaboration powered by Smartsheet   |   Report Abuse
1
-Home
2
list all
GET /homeREAD_SHEETS
3
list folders
GET /home/foldersREAD_SHEETS
4
create folder
POST /home/foldersADMIN_WORKSPACES
5
6
-Favorites
7
list user's favorites
GET /favoritesREAD_SHEETS
8
mark items as favorites
POST /favoritesADMIN_WORKSPACES
9
unmark items as favorites
DELETE /favoritesADMIN_WORKSPACES
10
11
-Workspaces
12
list all
GET /workspacesREAD_SHEETS
13
get workspace
GET /workspace/{id}READ_SHEETS
14
create workspace
POST /workspacesADMIN_WORKSPACES
15
delete workspace
DELETE /workspace/{id}ADMIN_WORKSPACES
16
-workspace folders
17
list folders
GET /workspace/{id}/foldersREAD_SHEETS
18
create folder
POST /workspace/{id}/foldersADMIN_WORKSPACES
19
-workspace sheets
20
create sheet
POST /workspace/{id}/sheetsCREATE_SHEETS
21
-workspace sharing
22
get shares
GET /workspace/{id}/sharesREAD_SHEETS
23
get share
GET /workspace/{id}/share/{userId}READ_SHEETS
24
share to one
POST /workspace/{id}/sharesADMIN_WORKSPACES
25
share to multiple
POST /workspace/{id}/multishareADMIN_WORKSPACES
26
update share
PUT /workspace/{id}/share/{userId}ADMIN_WORKSPACES
27
delete share
DELETE /workspace/{id}/share/{userId}ADMIN_WORKSPACES
28
-workspace sharing with groups
29
get shares
GET /workspace/{id}/shareswithgroupsREAD_SHEETS
30
get share
GET /workspace/{id}/sharewithgroups/{userId}READ_SHEETS
31
share to one
POST /workspace/{id}/shareswithgroupsADMIN_WORKSPACES
32
share to multiple
POST /workspace/{id}/multisharewithgroupsADMIN_WORKSPACES
33
update share
PUT /workspace/{id}/sharewithgroups/{userId}ADMIN_WORKSPACES
34
delete share
DELETE /workspace/{id}/sharewithgroups/{userId}ADMIN_WORKSPACES
35
36
-Folders
37
get folder
GET /folder/{id}READ_SHEETS
38
update folder
PUT /folder/{id}ADMIN_WORKSPACES
39
delete folder
DELETE /folder{id}ADMIN_WORKSPACES
40
-child folders
41
list child folders
GET /folder/{id}/foldersREAD_SHEETS
42
create child folder
POST /folder/{id}/foldersADMIN_WORKSPACES
43
44
-Templates
45
list all
GET /templatesREAD_SHEETS
46
47
-Sheets
48
list all
GET /sheetsREAD_SHEETS
49
get sheet
GET /sheet/{id}READ_SHEETS
50
get as Excel/PDF/CSV (export)
GET /sheet/{id} + query stringREAD_SHEETS
51
get version
GET /sheet/{id}/versionREAD_SHEETS
52
create
POST /sheetsCREATE_SHEETS
53
create from sheet or template
POST /sheetsCREATE_SHEETS
54
update (rename) sheet
PUT /sheet/{id}ADMIN_SHEETS
55
delete
DELETE /sheet{id}DELETE_SHEETS
56
send sheet
POST /sheet/{id}/emailsSHARE_SHEETS
57
search sheet
GET /sheet/{id} + query stringREAD_SHEETS
58
-sheet sharing
59
get shares
GET /sheet/{id}/sharesREAD_SHEETS
60
get share
GET /sheet/{id}/share/{id}READ_SHEETS
61
share to one
POST /sheet/{id}/sharesSHARE_SHEETS
62
share to many
POST /sheet/{id}/multishareSHARE_SHEETS
63
update share
PUT /sheet/{id}/share/{email}SHARE_SHEETS
64
delete share
DELETE /sheet/{id}/share/{email}SHARE_SHEETS
65
-sheet sharing with groups
66
get shares
GET /sheet/{id}/shareswithgroupsREAD_SHEETS
67
get share
GET /sheet/{id}/sharewithgroups/{id}READ_SHEETS
68
share to one
POST /sheet/{id}/shareswithgroupsSHARE_SHEETS
69
share to many
POST /sheet/{id}/multisharewithgroupsSHARE_SHEETS
70
update share
PUT /sheet/{id}/sharewithgroups/{email}SHARE_SHEETS
71
delete share
DELETE /sheet/{id}/sharewithgroups/{email}SHARE_SHEETS
72
-sheet columns
73
get columns
GET /sheet/{id}/columnsREAD_SHEETS
74
add column
POST /sheet/{id}/columnsADMIN_SHEETS
75
modify column
PUT /sheet/{id}/column/{id}ADMIN_SHEETS
76
delete column
DELETE /sheet/{id}/column/{id}ADMIN_SHEETS
77
-sheet rows
78
insert rows
POST /sheet/{id}/rowsWRITE_SHEETS
79
get row by number
GET /sheet/{id}/row/{number}READ_SHEETS
80
get row
GET /sheet/{id}/row/{id}READ_SHEETS
81
move or indent/unindent
PUT /sheet/{id}/row/{id}WRITE_SHEETS
82
delete row
DELETE /sheet/{id}/row/{id}WRITE_SHEETS
83
send
POST /sheet/{id}/row/{id}/emailsSHARE_SHEETS
84
-row cells
85
update cells
PUT /sheet/{id}/row/{id}/cellsWRITE_SHEETS
86
get cell history
GET /sheet/{id}/row/{id}/column/{id}/historyREAD_SHEETS
87
-row attachments
88
list attachments
GET /sheet/{id}/row/{id}/attachmentsREAD_SHEETS
89
attach file
POST /sheet/{id}/row/{id}/attachmentsWRITE_SHEETS
90
attach URL
POST /sheet/{id}/row/{id}/attachmentsWRITE_SHEETS
91
-row discussions
92
add discussion
POST /sheet/{id}/row/{id}/discussionsWRITE_SHEETS
93
-sheet attachments
94
list attachments
GET /sheet/{id}/attachmentsREAD_SHEETS
95
attach file
POST /sheet/{id}/attachmentsWRITE_SHEETS
96
attach url
POST /sheet/{id}/attachmentsWRITE_SHEETS
97
get attachment
GET /sheet/{id}/attachment/{id}READ_SHEETS
98
delete attachment
DELETE /sheet/{id}/attachment/{id}WRITE_SHEETS
99
-attachment versions
100
get all versions
GET /sheet/{id}/attachment/{id}/versionsREAD_SHEETS
101
attach new file version
POST /sheet/{id}/attachment/{id}/versionsWRITE_SHEETS
102
delete all versions
DELETE /sheet/{id}/attachment/{id}/versionsWRITE_SHEETS
103
-sheet discussions
104
create discussion
POST /sheet/{id}/discussionsWRITE_SHEETS
105
get discussion
GET /sheet/{id}/discussion/{id}READ_SHEETS
106
delete discussion
DELETE /sheet/{id}/discussion/{id}WRITE_SHEETS
107
-discussion comments
108
add comment
POST /sheet/{id}/discussion/{id}/commentsWRITE_SHEETS
109
-discussion attachments
110
list attachments
GET /sheet/{id}/discussion/{id}/attachmentsREAD_SHEETS
111
-sheet comments
112
get comment
GET /sheet/{id}/comment/{id}READ_SHEETS
113
delete comment
DELETE /sheet/{id}/comment/{id}WRITE_SHEETS
114
-comment attachments
115
attach file
POST /sheet/{id}/comment/{id}/attachmentsWRITE_SHEETS
116
attach URL
POST /sheet/{id}/comment/{id}/attachmentsWRITE_SHEETS
117
-sheet publishing
118
get publish status
GET /sheet/{id}/publishREAD_SHEETS
119
set publish status
PUT /sheet/{id}/publishADMIN_SHEETS
120
121
-Reports
122
get report
GET /report/{id}READ_SHEETS
123
send report
POST /report/{id}/emailsSHARE_SHEETS
124
-report sharing
125
get shares
GET /report/{id}/shareswithgroupsREAD_SHEETS
126
get share
GET /report/{id}/sharewithgroups/{id}READ_SHEETS
127
share to one
POST /report/{id}/shareswithgroupsSHARE_SHEETS
128
share to many
POST /report/{id}/multisharewithgroupsSHARE_SHEETS
129
update share
PUT /report/{id}/sharewithgroups/{email}SHARE_SHEETS
130
delete share
DELETE /report/{id}/sharewithgroups/{email}SHARE_SHEETS
131
132
-Columns
(deprecated; see sheet columns)
133
modify column
PUT /column/{id}ADMIN_SHEETS
134
delete column
DELETE /column/{id}ADMIN_SHEETS
135
136
-Rows
(deprecated; see sheet rows)
137
get row
GET /row/{id}READ_SHEETS
138
move or indent/unindent
PUT /row/{id}WRITE_SHEETS
139
delete row
DELETE /row/{id}WRITE_SHEETS
140
send
POST /row/{id}/emailsSHARE_SHEETS
141
-row cells
142
update cells
PUT /row/{id}/cellsWRITE_SHEETS
143
get cell history
GET /row/{id}/column/{id}/historyREAD_SHEETS
144
-row attachments
145
list attachments
GET /row/{id}/attachmentsREAD_SHEETS
146
attach file
POST /row/{id}/attachmentsWRITE_SHEETS
147
attach URL
POST /row/{id}/attachmentsWRITE_SHEETS
148
-row discussions
149
add discussion
POST /row/{id}/discussionsWRITE_SHEETS
150
151
-Attachments
(deprecated; see sheet attachments)
152
get attachment
GET /attachment/{id}READ_SHEETS
153
delete attachment
DELETE /attachment/{id}WRITE_SHEETS
154
-attachment versions
155
get all versions
GET /attachment/{id}/versionsREAD_SHEETS
156
attach new file version
POST /attachment/{id}/versionsWRITE_SHEETS
157
delete all versions
DELETE /attachment/{id}/versionsWRITE_SHEETS
158
159
-Discussions
(deprecated; see sheet discussions)
160
get discussion
GET /discussion/{id}READ_SHEETS
161
delete discussion
DELETE /discussion/{id}WRITE_SHEETS
162
-discussion comments
163
add comment
POST /discussion/{id}/commentsWRITE_SHEETS
164
-discussion attachments
165
list attachments
GET /discussion/{id}/attachmentsREAD_SHEETS
166
167
-Comments
(deprecated; see sheet comments)
168
get comment
GET /comment/{id}READ_SHEETS
169
delete comment
DELETE /comment/{id}WRITE_SHEETS
170
-comment attachments
171
attach file
POST /comment/{id}/attachmentsWRITE_SHEETS
172
attach URL
POST /comment/{id}/attachmentsWRITE_SHEETS
173
174
-Users
175
list all users
GET /usersADMIN_USERS
176
get current user
GET /user/meall scopes
177
add user
POST /usersADMIN_USERS
178
get user
GET /user/{id}ADMIN_USERS
179
update user
PUT /user/{id}ADMIN_USERS
180
delete user
DELETE /user/{id}ADMIN_USERS
181
-sheets
182
list all org sheets
GET /users/sheetsADMIN_USERS
183
184
-Groups
185
list all groups
GET /groupsADMIN_USERS
186
create group
POST /groupsADMIN_USERS
187
get group
GET /group/{id}ADMIN_USERS
188
update group
PUT /group/{id}ADMIN_USERS
189
delete group
DELETE /group/{id}ADMIN_USERS
190
191
-Search
192
search everything
GET /searchREAD_SHEETS
193
search sheet
GET /search/sheet/{id}READ_SHEETS
194
195
-Server Information
196
get server constants
GET /serverinfoall scopes