Skip to content

Commit 0816977

Browse files
committed
remove additional $filter doc from channel, which is added by mistake
1 parent 606c6fe commit 0816977

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

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

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -54,16 +54,6 @@ 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-
The following table lists examples that show how to use the `$filter` parameter.
58-
59-
|Scenario | `$filter` parameter |Possible values |
60-
|:-----------------------------------------|:---------------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------------------------------|
61-
|Get messages sent by user identity type |$filter=from/user/userIdentityType eq '{teamworkUserIdentityType}' |aadUser, onPremiseAadUser, anonymousGuest, federatedUser, personalMicrosoftAccountUser, skypeUser, phoneUser|
62-
|Get messages sent by application type |$filter=from/application/applicationIdentityType eq '{teamworkApplicationIdentity}' |aadApplication, bot, tenantBot, office365Connector, outgoingWebhook |
63-
|Get messages sent by user ID |$filter=from/user/id eq '{oid}' ||
64-
|Get control (system event) messages |$filter=messageType eq 'systemEventMessage' ||
65-
|Exclude control (system event) messages |$filter=messageType ne 'systemEventMessage' ||
66-
6757
## Request headers
6858

6959
|Name|Description|

0 commit comments

Comments
 (0)