You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the Web API discovery service, you can use standard `$filter` and `$select` parameters to a Web API service request to customize the returned list of instance data.
29
-
<!-- TODO should only talk about the global discovery service -->
28
+
With the Web API Discovery service, you can use standard `$filter` and `$select` parameters to a Web API service request to customize the returned list of instance data.
30
29
31
-
## Global discovery service
32
-
33
-
In addition to datacenter specific Discovery services, that are available on the 2011 (SOAP) endpoint and through the Web API, there is also a Web API only Global Discovery service that spans all operational datacenters. For more information about the Discovery service on the 2011 endpoint see [Discovery Service](../org-service/discovery-service.md)
30
+
## Discovery service
34
31
35
32
> [!NOTE]
36
-
> It is recommended that users switch from the legacy regional discovery service (`https://disco.crm.dynamics.com`) to global discovery service (`https://globaldisco.crm.dynamics.com`).
37
-
>
38
-
> For Dynamics 365 US Government users, the global discovery service is available for the **GCC** and **GCC High** users, and the URL is different from the regular global discovery service URL. More information: [Dynamics 365 Government URLs](https://docs.microsoft.com/dynamics365/customer-engagement/admin/government/microsoft-dynamics-365-government#dynamics-365-us-government-urls).
33
+
> The regional Discovery service Web API endpoints are deprecated and users must switch to using the global Discovery service endpoint (documented in this page).
34
+
> For Dynamics 365 US Government users, a global Discovery Web API endpoint is available for the **GCC** and **GCC High** users, and the URL is different from the regular global discovery service URL. More information: [Dynamics 365 Government URLs](https://docs.microsoft.com/dynamics365/customer-engagement/admin/government/microsoft-dynamics-365-government#dynamics-365-us-government-urls).
39
35
40
36
41
-
## Information provided by the Global Discovery service
37
+
## Information provided by the Discovery service Web API
42
38
43
-
Organization information is stored in the `Instance` entity of the Global Discovery service. To see the kind of information contained in that entity, send an HTTP GET request to the service for one of your instances.
39
+
Organization information is stored in the `Instance` entity of the Discovery service. To see the kind of information contained in that entity, send an HTTP GET request to the service for one of your instances.
44
40
45
41
```http
46
42
GET https://globaldisco.crm.dynamics.com/api/discovery/v2.0/Instances(UniqueName='myorg')
47
43
```
48
44
49
-
In the above example, the Global Discovery service of Common Data Service is used to obtain the organization information of the instance with a unique name of "myorg". More details about this request is expanded upon later in this topic.
45
+
In the above example, the Discovery service of Common Data Service is used to obtain the organization information of the instance with a unique name of "myorg". More details about this request is expanded upon later in this topic.
50
46
51
47
52
48
@@ -104,5 +100,5 @@ The Discovery service Web API supports the CORS standard for cross-origin access
104
100
105
101
## See also
106
102
107
-
[Web API Global Discovery Service sample (C#)](samples/global-discovery-service-csharp.md)
103
+
[Web API Discovery Service sample (C#)](samples/global-discovery-service-csharp.md)
0 commit comments