Skip to content

Commit 1dba48e

Browse files
authored
Update chat-getallretainedmessages.md
1 parent 9f9ed1e commit 1dba48e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,14 @@ The following example shows a request that uses the `$top` and `$filter` query p
5858
GET /users/{id}/chats/getAllRetainedMessages?$top=50&$filter=lastModifiedDateTime gt 2020-06-04T18:03:11.591Z and lastModifiedDateTime lt 2020-06-05T21:00:09.413Z
5959
```
6060

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

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

7171
## Request headers

0 commit comments

Comments
 (0)