Skip to content

Commit 252bd2b

Browse files
authored
Update discover-url-organization-web-api.md
Feedback
1 parent 281b1e0 commit 252bd2b

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

powerapps-docs/developer/common-data-service/webapi/discover-url-organization-web-api.md

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,28 +25,24 @@ search.app:
2525

2626
[!INCLUDE [cc-discovery-service-description](../includes/cc-discovery-service-description.md)]
2727

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.
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.
3029

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
3431

3532
> [!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).
3935
4036

41-
## Information provided by the Global Discovery service
37+
## Information provided by the Discovery service Web API
4238

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.
4440

4541
```http
4642
GET https://globaldisco.crm.dynamics.com/api/discovery/v2.0/Instances(UniqueName='myorg')
4743
```
4844

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.
5046

5147

5248

@@ -104,5 +100,5 @@ The Discovery service Web API supports the CORS standard for cross-origin access
104100
105101
## See also
106102
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)
108104

0 commit comments

Comments
 (0)