Slack v0.23.5 Slack.Web.Team View Source
Link to this section Summary
Functions
Gets the access logs for the current team
Gets information about the current team
Gets the integration logs for the current team
Link to this section Functions
Link to this function
access_logs(optional_params \\ %{}) View Source
Gets the access logs for the current team.
Errors the API can return:
over_pagination_limit
- It is not possible to request more than 1000 items per page or more than 100 pages.paid_only
- This is only available to paid teams.
Link to this function
info(optional_params \\ %{}) View Source
Gets information about the current team.
Errors the API can return:
Link to this function
integration_logs(optional_params \\ %{}) View Source
Gets the integration logs for the current team.
Optional Params
app_id
- Filter logs to this Slack app. Defaults to all logs.change_type
- Filter logs with this change type. Defaults to all logs. ex:added
service_id
- Filter logs to this service. Defaults to all logs.user
- Filter logs generated by this user’s actions. Defaults to all logs.
Errors the API can return: