Packages

This is a Slack API client for Elixir applications.

Current section

Files

Jump to
xlack priv slack docs team.integrationLogs.json
Raw

priv/slack/docs/team.integrationLogs.json

{
"desc": "Gets the integration logs for the current team.",
"args": {
"service_id": {
"type" : "int",
"required" : false,
"desc" : "Filter logs to this service. Defaults to all logs."
},
"app_id": {
"type" : "int",
"required" : false,
"desc" : "Filter logs to this Xlack app. Defaults to all logs."
},
"user": {
"type" : "user",
"required" : false,
"desc" : "Filter logs generated by this user’s actions. Defaults to all logs."
},
"change_type": {
"required" : false,
"example" : "added",
"desc" : "Filter logs with this change type. Defaults to all logs."
}
},
"has_paging" : true,
"default_count" : 100,
"errors": {
}
}