From ac5abc98f25074b51aad959ee81c0862b4e76b1e Mon Sep 17 00:00:00 2001 From: Martin Machacek Date: Sat, 4 Apr 2026 16:46:22 +0200 Subject: [PATCH] Fixes extra space in filter query to improve readability --- api-reference/beta/api/directoryobject-delta.md | 2 +- .../beta/api/educationsubmission-list-resources.md | 2 +- api-reference/beta/api/goals-list-exportjobs.md | 4 ++-- api-reference/beta/api/group-delta.md | 2 +- api-reference/beta/api/orgcontact-delta.md | 2 +- api-reference/beta/api/user-delta.md | 2 +- .../beta/api/userconsentrequest-filterbycurrentuser.md | 2 +- api-reference/v1.0/api/directoryobject-delta.md | 2 +- .../v1.0/api/educationsubmission-list-resources.md | 2 +- api-reference/v1.0/api/group-delta.md | 2 +- api-reference/v1.0/api/orgcontact-delta.md | 2 +- api-reference/v1.0/api/user-delta.md | 2 +- .../v1.0/api/userconsentrequest-filterbycurrentuser.md | 2 +- concepts/teams-changenotifications-appinstallation.md | 6 +++--- 14 files changed, 17 insertions(+), 17 deletions(-) diff --git a/api-reference/beta/api/directoryobject-delta.md b/api-reference/beta/api/directoryobject-delta.md index a03135e0eea..17df74d66da 100644 --- a/api-reference/beta/api/directoryobject-delta.md +++ b/api-reference/beta/api/directoryobject-delta.md @@ -61,7 +61,7 @@ GET /directoryObjects/delta?$filter=id eq '{id}' This method supports optional OData query parameters to help customize the response. - You can use a `$select` query parameter as in any GET request to specify only the properties your need for best performance. The _id_ property is always returned. -- When filtering multiple objects, for example, `/directoryObjects/delta/?$filter= id eq '477e9fc6-5de7-4406-bb2a-7e5c83c9ffff' or id eq '004d6a07-fe70-4b92-add5-e6e37b8affff'`, there's a limit of 50 filter expressions. +- When filtering multiple objects, for example, `/directoryObjects/delta/?$filter=id eq '477e9fc6-5de7-4406-bb2a-7e5c83c9ffff' or id eq '004d6a07-fe70-4b92-add5-e6e37b8affff'`, there's a limit of 50 filter expressions. - You can combine the `$filter` syntaxes. For example, `$filter=isof('{resource type}') or id eq '{id}'`. This provides an **intersection** of objects specified by matching `{resource type}` and the resource type of `{id}`. ## Request headers diff --git a/api-reference/beta/api/educationsubmission-list-resources.md b/api-reference/beta/api/educationsubmission-list-resources.md index 777eb2bfb5c..dc6de5938c6 100644 --- a/api-reference/beta/api/educationsubmission-list-resources.md +++ b/api-reference/beta/api/educationsubmission-list-resources.md @@ -167,7 +167,7 @@ The following example shows a request. }--> ```msgraph-interactive -GET https://graph.microsoft.com/beta/education/classes/2003c52e-807a-4186-9b49-60c573095461/assignments/8f5311bb-ee1e-4bf0-9827-3fd8c57bdde2/submissions/57ef8ee2-4755-4351-66d0-8e37192870a5/resources?$filter= id eq 'c4682401-6866-4962-94d9-7499782a13e9' +GET https://graph.microsoft.com/beta/education/classes/2003c52e-807a-4186-9b49-60c573095461/assignments/8f5311bb-ee1e-4bf0-9827-3fd8c57bdde2/submissions/57ef8ee2-4755-4351-66d0-8e37192870a5/resources?$filter=id eq 'c4682401-6866-4962-94d9-7499782a13e9' ``` # [C#](#tab/csharp) diff --git a/api-reference/beta/api/goals-list-exportjobs.md b/api-reference/beta/api/goals-list-exportjobs.md index 088fc62af50..d823d2ba69f 100644 --- a/api-reference/beta/api/goals-list-exportjobs.md +++ b/api-reference/beta/api/goals-list-exportjobs.md @@ -130,7 +130,7 @@ The following example shows a request. } --> ```msgraph-interactive -GET https://graph.microsoft.com/beta/employeeexperience/goals/exportJobs?$filter= goalsOrganizationId eq '3d9a8150-90fd-42bd-9777-25ba783d4a05' +GET https://graph.microsoft.com/beta/employeeexperience/goals/exportJobs?$filter=goalsOrganizationId eq '3d9a8150-90fd-42bd-9777-25ba783d4a05' ``` # [C#](#tab/csharp) @@ -198,7 +198,7 @@ The following example shows a request. } --> ```msgraph-interactive -GET https://graph.microsoft.com/beta/employeeexperience/goals/exportJobs?$filter= explorerViewId eq ‘9ab0fcab-c1d4-4b26-963b-a3c33155f853’ +GET https://graph.microsoft.com/beta/employeeexperience/goals/exportJobs?$filter=explorerViewId eq '9ab0fcab-c1d4-4b26-963b-a3c33155f853' ``` # [C#](#tab/csharp) diff --git a/api-reference/beta/api/group-delta.md b/api-reference/beta/api/group-delta.md index 1848e826b62..4f688cac0de 100644 --- a/api-reference/beta/api/group-delta.md +++ b/api-reference/beta/api/group-delta.md @@ -58,7 +58,7 @@ This method supports optional OData query parameters to help customize the respo - You can additionally track other changes like ownership and more by selecting any [group relationship](../resources/group.md#relationships) of type **directoryObject collection**. - Only the **id** property of the related resource is returned. - There's limited support for `$filter`: - - The only supported `$filter` expression is for tracking changes on a specific object: `$filter=id+eq+{value}`. You can filter multiple objects. For example, `https://graph.microsoft.com/beta/groups/delta/?$filter= id eq '477e9fc6-5de7-4406-bb2a-7e5c83c9ffff' or id eq '004d6a07-fe70-4b92-add5-e6e37b8affff'`. There's a limit of 50 filtered objects. + - The only supported `$filter` expression is for tracking changes on a specific object: `$filter=id+eq+{value}`. You can filter multiple objects. For example, `https://graph.microsoft.com/beta/groups/delta/?$filter=id eq '477e9fc6-5de7-4406-bb2a-7e5c83c9ffff' or id eq '004d6a07-fe70-4b92-add5-e6e37b8affff'`. There's a limit of 50 filtered objects. ## Request headers diff --git a/api-reference/beta/api/orgcontact-delta.md b/api-reference/beta/api/orgcontact-delta.md index d34ddab70e9..a01ed680b9b 100644 --- a/api-reference/beta/api/orgcontact-delta.md +++ b/api-reference/beta/api/orgcontact-delta.md @@ -56,7 +56,7 @@ This method supports optional OData query parameters to help customize the respo - You can use a `$select` query parameter as in any GET request to specify only the properties you need for best performance. The **id** property is always returned. - There's limited support for `$filter`: - - The only supported `$filter` expression is for tracking changes on a specific object: `$filter=id+eq+{value}`. You can filter multiple objects. For example, `https://graph.microsoft.com/beta/contacts/delta/?$filter= id eq '477e9fc6-5de7-4406-bb2a-7e5c83c9ffff' or id eq '004d6a07-fe70-4b92-add5-e6e37b8affff'`. There's a limit of 50 filtered objects. + - The only supported `$filter` expression is for tracking changes on a specific object: `$filter=id+eq+{value}`. You can filter multiple objects. For example, `https://graph.microsoft.com/beta/contacts/delta/?$filter=id eq '477e9fc6-5de7-4406-bb2a-7e5c83c9ffff' or id eq '004d6a07-fe70-4b92-add5-e6e37b8affff'`. There's a limit of 50 filtered objects. ## Request headers | Name | Description| diff --git a/api-reference/beta/api/user-delta.md b/api-reference/beta/api/user-delta.md index f2e2ebf677d..d48c7607e88 100644 --- a/api-reference/beta/api/user-delta.md +++ b/api-reference/beta/api/user-delta.md @@ -58,7 +58,7 @@ This method supports optional OData Query Parameters to help customize the respo - You can use a `$select` query parameter as in any GET request to specify only the properties your need for best performance. The *id* property is always returned. - There's limited support for `$filter`: - - The only supported `$filter` expression is for tracking changes on a specific object: `$filter=id+eq+{value}`. You can filter multiple objects. For example, `https://graph.microsoft.com/beta/users/delta/?$filter= id eq '477e9fc6-5de7-4406-bb2a-7e5c83c9ffff' or id eq '004d6a07-fe70-4b92-add5-e6e37b8affff'`. There's a limit of 50 filtered objects. + - The only supported `$filter` expression is for tracking changes on a specific object: `$filter=id+eq+{value}`. You can filter multiple objects. For example, `https://graph.microsoft.com/beta/users/delta/?$filter=id eq '477e9fc6-5de7-4406-bb2a-7e5c83c9ffff' or id eq '004d6a07-fe70-4b92-add5-e6e37b8affff'`. There's a limit of 50 filtered objects. ## Request headers | Name | Description| diff --git a/api-reference/beta/api/userconsentrequest-filterbycurrentuser.md b/api-reference/beta/api/userconsentrequest-filterbycurrentuser.md index 33ebbfedad3..7d162c72b77 100644 --- a/api-reference/beta/api/userconsentrequest-filterbycurrentuser.md +++ b/api-reference/beta/api/userconsentrequest-filterbycurrentuser.md @@ -69,7 +69,7 @@ In this request, you list all **userConsentRequest** objects for which the curre } --> ```msgraph-interactive -GET https://graph.microsoft.com/beta/identityGovernance/appConsent/appConsentRequests/ee245379-e3bb-4944-a997-24115f0b8b5e/userConsentRequests/filterByCurrentUser(on='reviewer')?$filter= (status eq 'Completed') +GET https://graph.microsoft.com/beta/identityGovernance/appConsent/appConsentRequests/ee245379-e3bb-4944-a997-24115f0b8b5e/userConsentRequests/filterByCurrentUser(on='reviewer')?$filter=(status eq 'Completed') ``` # [C#](#tab/csharp) diff --git a/api-reference/v1.0/api/directoryobject-delta.md b/api-reference/v1.0/api/directoryobject-delta.md index 3b51135f833..ec7ef8fe858 100644 --- a/api-reference/v1.0/api/directoryobject-delta.md +++ b/api-reference/v1.0/api/directoryobject-delta.md @@ -61,7 +61,7 @@ GET /directoryObjects/delta?$filter=id eq '{id}' This method supports optional OData query parameters to help customize the response. - You can use a `$select` query parameter as in any GET request to specify only the properties your need for best performance. The _id_ property is always returned. -- When filtering multiple objects, for example, `/directoryObjects/delta/?$filter= id eq '477e9fc6-5de7-4406-bb2a-7e5c83c9ffff' or id eq '004d6a07-fe70-4b92-add5-e6e37b8affff'`, there's a limit of 50 filter expressions. +- When filtering multiple objects, for example, `/directoryObjects/delta/?$filter=id eq '477e9fc6-5de7-4406-bb2a-7e5c83c9ffff' or id eq '004d6a07-fe70-4b92-add5-e6e37b8affff'`, there's a limit of 50 filter expressions. - You can combine the `$filter` syntaxes. For example, `$filter=isof('{resource type}') or id eq '{id}'`. This provides an **intersection** of objects specified by matching `{resource type}` and the resource type of `{id}`. ## Request headers diff --git a/api-reference/v1.0/api/educationsubmission-list-resources.md b/api-reference/v1.0/api/educationsubmission-list-resources.md index d127a5d8afa..43aadda535c 100644 --- a/api-reference/v1.0/api/educationsubmission-list-resources.md +++ b/api-reference/v1.0/api/educationsubmission-list-resources.md @@ -164,7 +164,7 @@ The following example shows a request. }--> ```msgraph-interactive -GET https://graph.microsoft.com/v1.0/education/classes/2003c52e-807a-4186-9b49-60c573095461/assignments/8f5311bb-ee1e-4bf0-9827-3fd8c57bdde2/submissions/57ef8ee2-4755-4351-66d0-8e37192870a5/resources?$filter= id eq 'c4682401-6866-4962-94d9-7499782a13e9' +GET https://graph.microsoft.com/v1.0/education/classes/2003c52e-807a-4186-9b49-60c573095461/assignments/8f5311bb-ee1e-4bf0-9827-3fd8c57bdde2/submissions/57ef8ee2-4755-4351-66d0-8e37192870a5/resources?$filter=id eq 'c4682401-6866-4962-94d9-7499782a13e9' ``` # [C#](#tab/csharp) diff --git a/api-reference/v1.0/api/group-delta.md b/api-reference/v1.0/api/group-delta.md index d557f5f0802..dbcae193299 100644 --- a/api-reference/v1.0/api/group-delta.md +++ b/api-reference/v1.0/api/group-delta.md @@ -56,7 +56,7 @@ This method supports optional OData query parameters to help customize the respo - You can additionally track other changes like ownership and more by selecting any [group relationship](../resources/group.md#relationships) of type **directoryObject collection**. - Only the **id** property of the related resource is returned. - There's limited support for `$filter`: - - The only supported `$filter` expression is for tracking changes on a specific object: `$filter=id+eq+{value}`. You can filter multiple objects. For example, `https://graph.microsoft.com/v1.0/groups/delta/?$filter= id eq '477e9fc6-5de7-4406-bb2a-7e5c83c9ffff' or id eq '004d6a07-fe70-4b92-add5-e6e37b8affff'`. There is a limit of 50 filtered objects. + - The only supported `$filter` expression is for tracking changes on a specific object: `$filter=id+eq+{value}`. You can filter multiple objects. For example, `https://graph.microsoft.com/v1.0/groups/delta/?$filter=id eq '477e9fc6-5de7-4406-bb2a-7e5c83c9ffff' or id eq '004d6a07-fe70-4b92-add5-e6e37b8affff'`. There is a limit of 50 filtered objects. ## Request headers diff --git a/api-reference/v1.0/api/orgcontact-delta.md b/api-reference/v1.0/api/orgcontact-delta.md index a07d5db817e..1f61e2d0beb 100644 --- a/api-reference/v1.0/api/orgcontact-delta.md +++ b/api-reference/v1.0/api/orgcontact-delta.md @@ -54,7 +54,7 @@ This method supports optional OData query parameters to help customize the respo - You can use a `$select` query parameter as in any GET request to specify only the properties your need for best performance. The **id** property is always returned. - There's limited support for `$filter`: - - The only supported `$filter` expression is for tracking changes on a specific object: `$filter=id+eq+{value}`. You can filter multiple objects. For example, `https://graph.microsoft.com/v1.0/contacts/delta/?$filter= id eq '477e9fc6-5de7-4406-bb2a-7e5c83c9ffff' or id eq '004d6a07-fe70-4b92-add5-e6e37b8affff'`. There's a limit of 50 filtered objects. + - The only supported `$filter` expression is for tracking changes on a specific object: `$filter=id+eq+{value}`. You can filter multiple objects. For example, `https://graph.microsoft.com/v1.0/contacts/delta/?$filter=id eq '477e9fc6-5de7-4406-bb2a-7e5c83c9ffff' or id eq '004d6a07-fe70-4b92-add5-e6e37b8affff'`. There's a limit of 50 filtered objects. ## Request headers | Name | Description| diff --git a/api-reference/v1.0/api/user-delta.md b/api-reference/v1.0/api/user-delta.md index 8f0da22bb90..2befe9d5715 100644 --- a/api-reference/v1.0/api/user-delta.md +++ b/api-reference/v1.0/api/user-delta.md @@ -56,7 +56,7 @@ This method supports optional OData Query Parameters to help customize the respo - You can use a `$select` query parameter as in any GET request to specify only the properties your need for best performance. The *id* property is always returned. - There's limited support for `$filter`: - - The only supported `$filter` expression is for tracking changes on a specific object: `$filter=id+eq+{value}`. You can filter multiple objects. For example, `https://graph.microsoft.com/v1.0/users/delta/?$filter= id eq '477e9fc6-5de7-4406-bb2a-7e5c83c9ffff' or id eq '004d6a07-fe70-4b92-add5-e6e37b8affff'`. There's a limit of 50 filtered objects. + - The only supported `$filter` expression is for tracking changes on a specific object: `$filter=id+eq+{value}`. You can filter multiple objects. For example, `https://graph.microsoft.com/v1.0/users/delta/?$filter=id eq '477e9fc6-5de7-4406-bb2a-7e5c83c9ffff' or id eq '004d6a07-fe70-4b92-add5-e6e37b8affff'`. There's a limit of 50 filtered objects. ## Request headers | Name | Description| diff --git a/api-reference/v1.0/api/userconsentrequest-filterbycurrentuser.md b/api-reference/v1.0/api/userconsentrequest-filterbycurrentuser.md index 8fc32db6a0e..a0577648aef 100644 --- a/api-reference/v1.0/api/userconsentrequest-filterbycurrentuser.md +++ b/api-reference/v1.0/api/userconsentrequest-filterbycurrentuser.md @@ -73,7 +73,7 @@ In this request, you list all **userConsentRequest** objects for which the curre } --> ```msgraph-interactive -GET https://graph.microsoft.com/v1.0/identityGovernance/appConsent/appConsentRequests/ee245379-e3bb-4944-a997-24115f0b8b5e/userConsentRequests/filterByCurrentUser(on='reviewer')?$filter= (status eq 'Completed') +GET https://graph.microsoft.com/v1.0/identityGovernance/appConsent/appConsentRequests/ee245379-e3bb-4944-a997-24115f0b8b5e/userConsentRequests/filterByCurrentUser(on='reviewer')?$filter=(status eq 'Completed') ``` # [C#](#tab/csharp) diff --git a/concepts/teams-changenotifications-appinstallation.md b/concepts/teams-changenotifications-appinstallation.md index 6d9024935be..ddbc214ea32 100644 --- a/concepts/teams-changenotifications-appinstallation.md +++ b/concepts/teams-changenotifications-appinstallation.md @@ -114,7 +114,7 @@ POST https://graph.microsoft.com/v1.0/subscriptions Content-Type: application/json { "changeType": "created,updated,deleted", - "resource": "/appCatalogs/teamsApps/19d56a5e-86a2-489b-aa5c-88a60f92b83e/installations?$filter= (scopeInfo/scope eq 'groupChat') ", + "resource": "/appCatalogs/teamsApps/19d56a5e-86a2-489b-aa5c-88a60f92b83e/installations?$filter=(scopeInfo/scope eq 'groupChat') ", "notificationUrl": "https://webhook.azurewebsites.net/api/resourceNotifications", "includeResourceData": true, "encryptionCertificate": "{base64encodedCertificate}", @@ -134,7 +134,7 @@ POST https://graph.microsoft.com/v1.0/subscriptions Content-Type: application/json { "changeType": "created,updated,deleted", - "resource": "/appCatalogs/teamsApps/19d56a5e-86a2-489b-aa5c-88a60f92b83e/installations?$filter= (scopeInfo/scope eq 'personal') or (scopeInfo/scope eq 'team')", + "resource": "/appCatalogs/teamsApps/19d56a5e-86a2-489b-aa5c-88a60f92b83e/installations?$filter=(scopeInfo/scope eq 'personal') or (scopeInfo/scope eq 'team')", "notificationUrl": "https://webhook.azurewebsites.net/api/resourceNotifications", "includeResourceData": true, "encryptionCertificate": "{base64encodedCertificate}", @@ -154,7 +154,7 @@ POST https://graph.microsoft.com/v1.0/subscriptions Content-Type: application/json { "changeType": "created,updated,deleted", - "resource": "/appCatalogs/teamsApps/19d56a5e-86a2-489b-aa5c-88a60f92b83e/installations?$filter= (scopeInfo/scope eq 'personal')&useResourceSpecificConsentBasedAuthorization=true", + "resource": "/appCatalogs/teamsApps/19d56a5e-86a2-489b-aa5c-88a60f92b83e/installations?$filter=(scopeInfo/scope eq 'personal')&useResourceSpecificConsentBasedAuthorization=true", "notificationUrl": "https://webhook.azurewebsites.net/api/resourceNotifications", "includeResourceData": true, "encryptionCertificate": "{base64encodedCertificate}",