MattermostInsightsApi class
Methods
-
getTopChannelsForTeam(String teamId, String timeRange, {int? page, int? perPage})
→ Future<MmTopChannelList?>
-
Get a list of the top channels for a team.
-
getTopChannelsForTeamWithHttpInfo(String teamId, String timeRange, {int? page, int? perPage})
→ Future<Response>
-
Get a list of the top channels for a team.
-
getTopChannelsForUser(String userId, String timeRange, {int? page, int? perPage, String? teamId})
→ Future<MmTopReactionList?>
-
Get a list of the top channels for a user.
-
getTopChannelsForUserWithHttpInfo(String userId, String timeRange, {int? page, int? perPage, String? teamId})
→ Future<Response>
-
Get a list of the top channels for a user.
-
getTopReactionsForTeam(String teamId, String timeRange, {int? page, int? perPage})
→ Future<MmTopReactionList?>
-
Get a list of the top reactions for a team.
-
getTopReactionsForTeamWithHttpInfo(String teamId, String timeRange, {int? page, int? perPage})
→ Future<Response>
-
Get a list of the top reactions for a team.
-
getTopReactionsForUser(String userId, String timeRange, {int? page, int? perPage, String? teamId})
→ Future<MmTopReactionList?>
-
Get a list of the top reactions for a user.
-
getTopReactionsForUserWithHttpInfo(String userId, String timeRange, {int? page, int? perPage, String? teamId})
→ Future<Response>
-
Get a list of the top reactions for a user.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited