Skip to content

Commit 8e51474

Browse files
author
Slack API Ref Buildbot
committed
Updated from Slack docs, 2025/07/15
1 parent 80d5dfc commit 8e51474

File tree

2 files changed

+79
-0
lines changed

2 files changed

+79
-0
lines changed

groups/slackLists.items.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"name": "slackLists.items"
3+
}
Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
{
2+
"group": "slackLists",
3+
"name": "slackLists.items.list",
4+
"deprecated": false,
5+
"desc": "Get records from a list",
6+
"args": {
7+
"list_id": {
8+
"required": true,
9+
"example": "F12345678",
10+
"desc": "Id of list.",
11+
"type": "string"
12+
},
13+
"archived": {
14+
"required": false,
15+
"example": "",
16+
"desc": "Boolean indicating whether archived items or normal items should be returned.",
17+
"type": "boolean"
18+
},
19+
"cursor": {
20+
"required": false,
21+
"example": "bGlzdF9pZDoxMjIxNzk3NzMyNDgzO2lkOjEyNzAxMjMxNTEzOTQ7ZGF0ZV9jcmVhdGVkOjE3NTE1NTkyMTU=",
22+
"desc": "Next cursor for pagination.",
23+
"type": "string"
24+
},
25+
"limit": {
26+
"required": false,
27+
"example": "100",
28+
"desc": "The maximum number of records to return.",
29+
"type": "integer"
30+
}
31+
},
32+
"response": {
33+
"examples": [
34+
"{\n \"ok\": true,\n \"items\": [\n {\n \"id\": \"Rec12345678\",\n \"list_id\": \"F1234ABCD\",\n \"fields\": [\n {\n \"key\": \"title\",\n \"column_id\": \"Col10000000\",\n \"value\": \"{\\\"rich_text\\\": [ { \\\"type\\\": \\\"rich_text_section\\\", \\\"elements\\\": [ { \\\"type\\\": \\\"text\\\", \\\"text\\\": \\\"Project Alpha\\\" }]}]}\",\n \"text\": \"Project Alpha\",\n \"rich_text\": [\n {\n \"type\": \"rich_text_section\",\n \"elements\": [\n {\n \"type\": \"text\",\n \"text\": \"Project Alpha\"\n }\n ]\n }\n ]\n },\n {\n \"key\": \"due_date\",\n \"column_id\": \"Col10000001\",\n \"value\": \"2024-03-20\",\n \"date\": [\n \"2024-03-20\"\n ]\n },\n {\n \"key\": \"priority\",\n \"column_id\": \"Col10000002\",\n \"value\": \"Opt123\",\n \"select\": [\n \"Opt123\"\n ]\n },\n {\n \"key\": \"assignee\",\n \"column_id\": \"Col10000003\",\n \"value\": \"U1234567\",\n \"user\": [\n \"U1234567\"\n ]\n },\n {\n \"key\": \"completed\",\n \"column_id\": \"Col10000004\",\n \"value\": true,\n \"checkbox\": true\n },\n {\n \"key\": \"contact\",\n \"column_id\": \"Col10000005\",\n \"value\": \"[email protected]\",\n \"email\": [\n \"[email protected]\"\n ]\n },\n {\n \"key\": \"phone_number\",\n \"column_id\": \"Col10000006\",\n \"value\": \"+1-555-123-4567\",\n \"phone\": [\n \"+1-555-123-4567\"\n ]\n },\n {\n \"key\": \"project_channel\",\n \"column_id\": \"Col10000007\",\n \"value\": \"C1234567|C2345678\",\n \"channel\": [\n \"C1234567\",\n \"C2345678\"\n ]\n },\n {\n \"key\": \"satisfaction\",\n \"column_id\": \"Col10000008\",\n \"value\": 4,\n \"rating\": [\n 4\n ]\n },\n {\n \"key\": \"last_updated\",\n \"column_id\": \"Col10000009\",\n \"value\": 1710892800,\n \"timestamp\": [\n 1710892800\n ]\n },\n {\n \"key\": \"documentation\",\n \"column_id\": \"Col10000010\",\n \"value\": \"https://example.com/docs\",\n \"link\": [\n {\n \"url\": \"https://example.com/docs\",\n \"text\": \"Project Documentation\"\n }\n ]\n },\n {\n \"key\": \"related_item\",\n \"column_id\": \"Col10000011\",\n \"value\": \"{\\\"file\\\":{\\\"file_id\\\":\\\"F1234ABCE\\\"}}\",\n \"reference\": [\n {\n \"file\": {\n \"file_id\": \"F1234ABCE\"\n }\n }\n ]\n }\n ],\n \"saved\": {\n \"is_archived\": false,\n \"state\": \"in_progress\",\n \"date_due\": 1710892800,\n \"date_completed\": 0\n },\n \"saved_fields\": {\n \"Col10000000\": {\n \"is_archived\": true,\n \"state\": \"archived\",\n \"date_due\": 1710892800,\n \"date_completed\": 1710880000\n },\n \"Col10000001\": {\n \"is_archived\": false,\n \"state\": \"in_progress\",\n \"date_due\": 1710895000,\n \"date_completed\": 0\n }\n }\n }\n ],\n \"next_cursor\": \"dGVhbTpDMDExMzIyMzQ1Njc4\"\n}",
35+
"{\n \"ok\": false,\n \"error\": \"invalid_cursor\"\n}"
36+
]
37+
},
38+
"errors": {
39+
"list_not_found": "The list was not found.",
40+
"team_not_found": "The team cannot be found.",
41+
"user_not_found": "The user cannot be found.",
42+
"invalid_cursor": "Value passed for cursor was not valid or is no longer valid.",
43+
"archive_not_supported": "Archiving is not supported.",
44+
"access_denied": "Access to a resource specified in the request is denied.",
45+
"account_inactive": "Authentication token is for a deleted user or workspace when using a bot token.",
46+
"deprecated_endpoint": "The endpoint has been deprecated.",
47+
"ekm_access_denied": "Administrators have suspended the ability to post a message.",
48+
"enterprise_is_restricted": "The method cannot be called from an Enterprise.",
49+
"invalid_auth": "Some aspect of authentication cannot be validated. Either the provided token is invalid or the request originates from an IP address disallowed from making the request.",
50+
"is_bot": "This method cannot be called by a legacy bot.",
51+
"method_deprecated": "The method has been deprecated.",
52+
"missing_scope": "The token used is not granted the specific scope permissions required to complete this request.",
53+
"not_allowed_token_type": "The token type used in this request is not allowed.",
54+
"not_authed": "No authentication token provided.",
55+
"no_permission": "The workspace token used in this request does not have the permissions necessary to complete the request. Make sure your app is a member of the conversation it's attempting to post a message to.",
56+
"org_login_required": "The workspace is undergoing an enterprise migration and will not be available until migration is complete.",
57+
"token_expired": "Authentication token has expired.",
58+
"token_revoked": "Authentication token is for a deleted user or workspace or the app has been removed when using a user token.",
59+
"two_factor_setup_required": "Two factor setup is required.",
60+
"team_access_not_granted": "The token used is not granted the specific workspace access required to complete this request.",
61+
"accesslimited": "Access to this method is limited on the current network.",
62+
"fatal_error": "The server could not complete your operation(s) without encountering a catastrophic error. It's possible some aspect of the operation succeeded before the error was raised.",
63+
"internal_error": "The server could not complete your operation(s) without encountering an error, likely due to a transient issue on our end. It's possible some aspect of the operation succeeded before the error was raised.",
64+
"invalid_arg_name": "The method was passed an argument whose name falls outside the bounds of accepted or expected values. This includes very long names and names with non-alphanumeric characters other than _. If you get this error, it is typically an indication that you have made a very malformed API call.",
65+
"invalid_arguments": "The method was either called with invalid arguments or some detail about the arguments passed is invalid, which is more likely when using complex arguments like blocks or attachments.",
66+
"invalid_array_arg": "The method was passed an array as an argument. Please only input valid strings.",
67+
"invalid_charset": "The method was called via a POST request, but the charset specified in the Content-Type header was invalid. Valid charset names are: utf-8 iso-8859-1.",
68+
"invalid_form_data": "The method was called via a POST request with Content-Type application/x-www-form-urlencoded or multipart/form-data, but the form data was either missing or syntactically invalid.",
69+
"invalid_post_type": "The method was called via a POST request, but the specified Content-Type was invalid. Valid types are: application/json application/x-www-form-urlencoded multipart/form-data text/plain.",
70+
"missing_post_type": "The method was called via a POST request and included a data payload, but the request did not include a Content-Type header.",
71+
"ratelimited": "The request has been ratelimited. Refer to the Retry-After header for when to retry the request.",
72+
"request_timeout": "The method was called via a POST request, but the POST data was either missing or truncated.",
73+
"service_unavailable": "The service is temporarily unavailable.",
74+
"team_added_to_org": "The workspace associated with your request is currently undergoing migration to an Enterprise Organization. Web API and other platform operations will be intermittently unavailable until the transition is complete."
75+
}
76+
}

0 commit comments

Comments
 (0)