Skip to content

Update directory-deleteditems-list.md #9323

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions api-reference/beta/api/directory-deleteditems-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ ConsistencyLevel: eventual

This example requires the **ConsistencyLevel** header because the `$orderby` and `$count` query parameters are used in the query.

### Examples using the $orderby OData query parameter
### $orderby OData query parameter examples

The `$orderby` OData query parameter is supported on the **deletedDateTime**, **displayName**, and **userPrincipalName** properties of the deleted object types. On the **deletedDateTime** property, the query requires adding the [advanced query parameters](/graph/aad-advanced-queries) (**ConsistencyLevel** header set to `true` and `$count=true` query string).
The `$orderby` OData query parameter is supported on the **deletedDateTime**, **displayName**, and **userPrincipalName** properties of the deleted object types. On the **deletedDateTime** property, the query requires adding the [advanced query parameters](/graph/aad-advanced-queries) (**ConsistencyLevel** header set to `eventual` and `$count=true` query string).

| OData cast | Properties supporting $orderby | Example |
| :--- | :--- | :--- |
Expand Down
4 changes: 2 additions & 2 deletions api-reference/v1.0/api/directory-deleteditems-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ ConsistencyLevel: eventual

This example requires the **ConsistencyLevel** header because the `$orderby` and `$count` query parameters are used in the query.

### Examples using the $orderby OData query parameter
### $orderby OData query parameter examples

The `$orderby` OData query parameter is supported on the **deletedDateTime**, **displayName**, and **userPrincipalName** properties of the deleted object types. On the **deletedDateTime** property, the query requires adding the [advanced query parameters](/graph/aad-advanced-queries) (**ConsistencyLevel** header set to `true` and `$count=true` query string).
The `$orderby` OData query parameter is supported on the **deletedDateTime**, **displayName**, and **userPrincipalName** properties of the deleted object types. On the **deletedDateTime** property, the query requires adding the [advanced query parameters](/graph/aad-advanced-queries) (**ConsistencyLevel** header set to `eventual` and `$count=true` query string).

| OData cast | Properties supporting $orderby | Example |
| :--- | :--- | :--- |
Expand Down
Loading