Packages

A Slack Web & Real Time Messaging API client.

Current section

Files

Jump to
slack_kit priv docs methods admin.apps.requests.list.json
Raw

priv/docs/methods/admin.apps.requests.list.json

{
"args": {
"certified": {
"default": "false",
"desc": "Include requests for certified apps",
"required": false,
"type": "boolean"
},
"cursor": {
"desc": "Set `cursor` to `next_cursor` returned by the previous call to list items in the next page",
"example": "5c3e53d5",
"required": false,
"type": "string"
},
"enterprise_id": {
"desc": "",
"required": false
},
"limit": {
"default": "100",
"desc": "The maximum number of items to return. Must be between 1 - 1000 both inclusive.",
"example": "100",
"required": false,
"type": "integer"
},
"team_id": {
"desc": "",
"required": false
}
},
"desc": "List app requests for a team/workspace.",
"errors": {
"app_management_app_not_installed_on_org": "The app management app must be installed on the org.",
"enterprise_not_found": "Returned when enterprise id is not found.",
"feature_not_enabled": "Returned when the Admin APIs feature is not enabled for this team",
"invalid_cursor": "Value passed for `cursor` was not valid or is no longer valid.",
"no_team_or_enterprise_provided": "Must provide team ID or enterprise ID",
"not_allowed": "The user is not allowed to access this API method",
"not_an_admin": "This method is only accessible by org owners and admins",
"restricted_action": "The action is restricted for this team",
"team_not_found": "Returned when team id is not found.",
"too_many_teams_provided": "Please provide only `team_id` OR `enterprise_id`",
"user_is_restricted": "This method is only accessible by org owners, admins, and integration managers"
},
"rate_limit": {
"label": "Tier 2: 20+ per minute",
"url": "https://docs.slack.dev/apis/web-api/rate-limits"
},
"scopes": {
"user": [
{
"name": "admin.apps:read",
"url": "https://docs.slack.dev/reference/scopes/admin.apps.read"
}
]
}
}