Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Commit

Permalink
GITBOOK-1240: [Fix] Messages and channel engagement endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
rachana-visavadiya authored and gitbook-bot committed Jan 25, 2024
1 parent 05bbf5c commit edde7bb
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Get Channels

Retrieve all channels and the number of messages in each channel within a specific period. It supports only the offset and count parameter for [#pagination](../../../../#pagination "mention").
<figure><img src="../../../../../../../.gitbook/assets/Premium.svg" alt=""><figcaption></figcaption></figure>

Retrieve all channels and the number of messages in each channel within a specific period. It supports only the offset and count parameters for [#pagination](../../../../#pagination "mention").

{% hint style="info" %}
It requires `view-engagement-dashboard` [permission](https://docs.rocket.chat/use-rocket.chat/workspace-administration/permissions).
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Get Messages Sent

<figure><img src="../../../../../../../.gitbook/assets/Premium.svg" alt=""><figcaption></figcaption></figure>

Retrieve the number of messages sent daily during a specific period.

{% hint style="info" %}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Get Origin of Message Sent

<figure><img src="../../../../../../../.gitbook/assets/Premium.svg" alt=""><figcaption></figcaption></figure>

Get the origin of messages sent during a specific period. It highlights the number of messages sent in private channels, private chats, and public channels.

{% hint style="info" %}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Get the Most Popular Channels

<figure><img src="../../../../../../../.gitbook/assets/Premium.svg" alt=""><figcaption></figcaption></figure>

Retrieves the top 5 popular channels in your workspace by the number of messages sent.

{% hint style="info" %}
Expand Down

0 comments on commit edde7bb

Please sign in to comment.