Skip to content

Commit 9f9ed1e

Browse files
authored
Update channel-getallretainedmessages.md
1 parent 9405f11 commit 9f9ed1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api-reference/beta/api/channel-getallretainedmessages.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@ This method supports the following OData query parameters to help customize the
5454
| $filter | The [$filter](/graph/query-parameters#filter-parameter) query parameter supports date and time range queries on the **lastModifiedDateTime** property.|
5555
| $top | Use the [$top](/graph/query-parameters#top-parameter) query parameter to control the number of items per response.|
5656

57-
This method supports also supports `$filter`. The following table lists examples.
57+
The following table lists examples that show how to use the `$filter` parameter.
5858

5959
|Scenario | `$filter` parameter |Possible values |
6060
|:-----------------------------------------|:---------------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------------------------------|
6161
|Get messages sent by user identity type |$filter=from/user/userIdentityType eq '{teamworkUserIdentityType}' |aadUser, onPremiseAadUser, anonymousGuest, federatedUser, personalMicrosoftAccountUser, skypeUser, phoneUser|
6262
|Get messages sent by application type |$filter=from/application/applicationIdentityType eq '{teamworkApplicationIdentity}' |aadApplication, bot, tenantBot, office365Connector, outgoingWebhook |
6363
|Get messages sent by user ID |$filter=from/user/id eq '{oid}' ||
64-
|Get control(system event) messages |$filter=messageType eq 'systemEventMessage' ||
64+
|Get control (system event) messages |$filter=messageType eq 'systemEventMessage' ||
6565
|Exclude control (system event) messages |$filter=messageType ne 'systemEventMessage' ||
6666

6767
## Request headers

0 commit comments

Comments
 (0)