Current section
Files
Jump to
Current section
Files
priv/docs/methods/stars.list.json
{
"args": {
"count": {
"default": "100",
"desc": "",
"required": false,
"type": "integer"
},
"cursor": {
"desc": "Parameter for pagination. Set `cursor` equal to the `next_cursor` attribute returned by the previous request's `response_metadata`. This parameter is optional, but pagination is mandatory: the default value simply fetches the first \"page\" of the collection. See pagination for more details.",
"example": "dXNlcjpVMDYxTkZUVDI=",
"required": false,
"type": "string"
},
"limit": {
"desc": "The maximum number of items to return. Fewer than the requested number of items may be returned, even if the end of the list hasn't been reached. 0",
"example": "20",
"required": false,
"type": "integer"
},
"page": {
"default": "1",
"desc": "",
"required": false,
"type": "integer"
},
"team_id": {
"desc": "encoded team id to list stars in, required if org token is used",
"required": false,
"type": "string"
}
},
"desc": "Listed a user's saved items, formerly known as stars.",
"errors": { "missing_argument": "A required argument is missing." },
"rate_limit": {
"label": "Tier 3: 50+ per minute",
"url": "https://docs.slack.dev/apis/web-api/rate-limits"
},
"scopes": {
"user": [
{
"name": "stars:read",
"url": "https://docs.slack.dev/reference/scopes/stars.read"
}
]
}
}