/admin.apps.requests.list
GET
/admin.apps.requests.listList app requests for a team/workspace.
Request
Query Params
token
string
required
Authentication token. Requires scope: admin.apps:read
limit
integer
optional
The maximum number of items to return. Must be between 1 - 1000 both inclusive.
cursor
string
optional
Set cursor
to next_cursor
returned by the previous call to list items in the next page
team_id
string
optional
Request samples
Responses
Typical success response(200)
Typical error response(500)
Typical success response
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
ok
#/definitions/700149required
Additional properties
integer | number | string | boolean
optional
Exampleresponse
{
"app_requests": [
{
"app": {
"additional_info": "",
"app_directory_url": "https://acmecorp.slack.com/apps/A061BL8RQ0-test-app",
"app_homepage_url": "",
"description": "",
"help_url": "",
"icons": {
"image_1024": "/cdn/15258203/img/testapp/service_1024.png",
"image_128": "/cdn/157258203/img/testapp/service_128.png",
"image_192": "/cdn/157258203/img/testapp/service_192.png",
"image_32": "/cdn/157658203/img/testapp/service_32.png",
"image_36": "/cdn/157658203/img/testapp/service_36.png",
"image_48": "/cdn/157658203/img/testapp/service_48.png",
"image_512": "/cdn/15758203/img/testapp/service_512.png",
"image_64": "/cdn/157658203/img/testapp/service_64.png",
"image_72": "/cdn/157658203/img/testapp/service_72.png",
"image_96": "/cdn/157658203/img/testapp/service_96.png"
},
"id": "A061BL8RQ0",
"is_app_directory_approved": true,
"is_internal": false,
"name": "Test App",
"privacy_policy_url": "https://testapp.com/privacy"
},
"date_created": 1578956327,
"id": "Ar0XJGFLMLS",
"message": "test test again",
"previous_resolution": null,
"scopes": [
{
"description": "Post messages to specific channels in Slack",
"is_sensitive": false,
"name": "incoming-webhook",
"token_type": "user"
}
],
"team": {
"domain": "acmecorp",
"id": "T0M94LNUCR",
"name": "Acme Corp"
},
"user": {
"email": "janedoe@example.com",
"id": "W08RA9G5HR",
"name": "Jane Doe"
}
}
],
"ok": true,
"response_metadata": {
"next_cursor": ""
}
}
Last modified: a year ago