Skip to content

Commit 7f39adf

Browse files
srtaalejzimegmwbrooks
authored
feat(web-api): add slackLists methods (#1537)
Co-authored-by: Eden Zimbelman <eden.zimbelman@salesforce.com> Co-authored-by: Michael Brooks <mbrooks@slack-corp.com>
1 parent d3c7c02 commit 7f39adf

File tree

52 files changed

+2576
-6
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+2576
-6
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"ok": false,
3+
"response_metadata": {
4+
"messages": [
5+
""
6+
]
7+
},
8+
"error": "",
9+
"needed": "",
10+
"provided": "",
11+
"warning": ""
12+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"ok": false,
3+
"response_metadata": {
4+
"messages": [
5+
""
6+
]
7+
},
8+
"error": "",
9+
"needed": "",
10+
"provided": "",
11+
"warning": ""
12+
}
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
{
2+
"ok": false,
3+
"list_id": "F00000000",
4+
"list_metadata": {
5+
"schema": [
6+
{
7+
"key": "",
8+
"name": "",
9+
"is_primary_column": false,
10+
"type": "",
11+
"id": "",
12+
"options": {
13+
"format": "",
14+
"show_member_name": false,
15+
"choices": [
16+
{
17+
"value": "",
18+
"label": "",
19+
"color": ""
20+
}
21+
]
22+
}
23+
}
24+
],
25+
"subtask_schema": [
26+
{
27+
"key": "",
28+
"name": "",
29+
"is_primary_column": false,
30+
"type": "",
31+
"id": "",
32+
"options": {
33+
"format": "",
34+
"show_member_name": false
35+
}
36+
}
37+
]
38+
},
39+
"error": "",
40+
"needed": "",
41+
"provided": "",
42+
"warning": ""
43+
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"ok": false,
3+
"status": "",
4+
"download_url": "",
5+
"response_metadata": {
6+
"messages": [
7+
""
8+
]
9+
},
10+
"error": "",
11+
"needed": "",
12+
"provided": "",
13+
"warning": ""
14+
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"ok": false,
3+
"job_id": "",
4+
"response_metadata": {
5+
"messages": [
6+
""
7+
]
8+
},
9+
"error": "",
10+
"needed": "",
11+
"provided": "",
12+
"warning": ""
13+
}
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"ok": false,
3+
"item": {
4+
"id": "",
5+
"list_id": "",
6+
"date_created": 12345,
7+
"created_by": "",
8+
"updated_by": "",
9+
"fields": [
10+
{
11+
"key": "",
12+
"column_id": "",
13+
"value": "",
14+
"rich_text": [
15+
{
16+
"type": "",
17+
"elements": [
18+
{
19+
"type": "",
20+
"elements": [
21+
{
22+
"type": "",
23+
"text": ""
24+
}
25+
]
26+
}
27+
]
28+
}
29+
],
30+
"checkbox": false
31+
}
32+
],
33+
"updated_timestamp": ""
34+
},
35+
"response_metadata": {
36+
"messages": [
37+
""
38+
]
39+
},
40+
"error": "",
41+
"needed": "",
42+
"provided": "",
43+
"warning": ""
44+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"ok": false,
3+
"error": "",
4+
"needed": "",
5+
"provided": "",
6+
"warning": ""
7+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"ok": false,
3+
"response_metadata": {
4+
"messages": [
5+
""
6+
]
7+
},
8+
"error": "",
9+
"needed": "",
10+
"provided": "",
11+
"warning": ""
12+
}
Lines changed: 187 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,187 @@
1+
{
2+
"ok": false,
3+
"list": {
4+
"id": "",
5+
"created": 12345,
6+
"timestamp": 12345,
7+
"name": "",
8+
"title": "",
9+
"mimetype": "",
10+
"filetype": "",
11+
"pretty_type": "",
12+
"user": "",
13+
"user_team": "",
14+
"editable": false,
15+
"size": 12345,
16+
"mode": "",
17+
"is_external": false,
18+
"external_type": "",
19+
"is_public": false,
20+
"public_url_shared": false,
21+
"display_as_bot": false,
22+
"username": "",
23+
"list_metadata": {
24+
"schema": [
25+
{
26+
"id": "",
27+
"name": "",
28+
"key": "",
29+
"type": "",
30+
"is_primary_column": false,
31+
"options": {
32+
"format": "",
33+
"show_member_name": false,
34+
"choices": [
35+
{
36+
"value": "",
37+
"label": "",
38+
"color": ""
39+
}
40+
]
41+
}
42+
}
43+
],
44+
"views": [
45+
{
46+
"id": "",
47+
"name": "",
48+
"type": "",
49+
"is_locked": false,
50+
"position": "1234567890",
51+
"columns": [
52+
{
53+
"visible": false,
54+
"key": "",
55+
"id": "",
56+
"position": "1234567890"
57+
}
58+
],
59+
"date_created": 12345,
60+
"created_by": "U00000000",
61+
"stick_column_left": false,
62+
"is_all_items_view": false,
63+
"default_view_key": "",
64+
"show_completed_items": false
65+
}
66+
],
67+
"integrations": [
68+
""
69+
],
70+
"icon": "",
71+
"description": "",
72+
"description_blocks": [
73+
{
74+
"type": "",
75+
"block_id": "",
76+
"elements": [
77+
{
78+
"type": "",
79+
"elements": [
80+
{
81+
"type": "",
82+
"text": ""
83+
}
84+
]
85+
}
86+
]
87+
}
88+
],
89+
"is_trial": false,
90+
"subtask_schema": [
91+
{
92+
"id": "",
93+
"name": "",
94+
"key": "",
95+
"type": "",
96+
"is_primary_column": false,
97+
"options": {
98+
"format": "",
99+
"show_member_name": false
100+
}
101+
}
102+
],
103+
"creation_source": {
104+
"type": "",
105+
"reference_id": ""
106+
},
107+
"todo_mode": false,
108+
"default_view": ""
109+
},
110+
"list_limits": {
111+
"over_row_maximum": false,
112+
"row_count_limit": 12345,
113+
"row_count": 12345,
114+
"archived_row_count": 12345,
115+
"over_column_maximum": false,
116+
"column_count": 12345,
117+
"column_count_limit": 12345,
118+
"over_view_maximum": false,
119+
"view_count": 12345,
120+
"view_count_limit": 12345,
121+
"max_attachments_per_cell": 12345
122+
},
123+
"url_private": "",
124+
"url_private_download": "",
125+
"permalink": "",
126+
"permalink_public": "",
127+
"last_editor": "",
128+
"list_csv_download_url": "",
129+
"updated": 12345,
130+
"is_starred": false,
131+
"skipped_shares": false,
132+
"teams_shared_with": [
133+
""
134+
],
135+
"is_restricted_sharing_enabled": false,
136+
"has_rich_preview": false,
137+
"file_access": "",
138+
"access": "",
139+
"org_or_workspace_access": "",
140+
"is_ai_suggested": false
141+
},
142+
"record": {
143+
"id": "",
144+
"list_id": "",
145+
"date_created": 12345,
146+
"created_by": "",
147+
"updated_by": "",
148+
"fields": [
149+
{
150+
"key": "",
151+
"value": false,
152+
"checkbox": false,
153+
"column_id": ""
154+
}
155+
],
156+
"updated_timestamp": "",
157+
"is_subscribed": false
158+
},
159+
"subtasks": [
160+
{
161+
"id": "",
162+
"list_id": "",
163+
"date_created": 12345,
164+
"created_by": "",
165+
"updated_by": "",
166+
"fields": [
167+
{
168+
"key": "",
169+
"value": false,
170+
"checkbox": false,
171+
"column_id": ""
172+
}
173+
],
174+
"updated_timestamp": "",
175+
"is_subscribed": false
176+
}
177+
],
178+
"response_metadata": {
179+
"messages": [
180+
""
181+
]
182+
},
183+
"error": "",
184+
"needed": "",
185+
"provided": "",
186+
"warning": ""
187+
}

0 commit comments

Comments
 (0)