Packages

A Slack Web & Real Time Messaging API client.

Current section

Files

Jump to
slack_kit priv docs methods slackLists.items.info.json
Raw

priv/docs/methods/slackLists.items.info.json

{
"args": {
"id": {
"desc": "ID of the row to get.",
"example": "Rec014K005UQJ",
"required": true,
"type": "string"
},
"include_is_subscribed": {
"default": "false",
"desc": "Set to `true` to include `is_subscribed` data for the returned List row.",
"required": false,
"type": "boolean"
},
"list_id": {
"desc": "ID of the List.",
"example": "F1234567",
"required": true,
"type": "string"
}
},
"desc": "Get a row from a List.",
"errors": {
"list_not_found": "The List was not found.",
"record_deleted": "The record has been deleted.",
"record_not_found": "The record was not found in the List.",
"team_not_found": "The team cannot be found.",
"user_not_found": "The user cannot be found."
},
"rate_limit": {
"label": "Tier 2: 20+ per minute",
"url": "https://docs.slack.dev/apis/web-api/rate-limits"
},
"scopes": {
"bot": [
{
"name": "lists:read",
"url": "https://docs.slack.dev/reference/scopes/lists.read"
}
],
"user": [
{
"name": "lists:read",
"url": "https://docs.slack.dev/reference/scopes/lists.read"
}
]
}
}