Skip to content

Commit e8da7dd

Browse files
authored
Remove RDS details incorrectly in the GDS page
1 parent e4b3b6b commit e8da7dd

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ The Discovery service Web API supports the CORS standard for cross-origin access
8888

8989
```http
9090
GET https://globaldisco.crm.dynamics.com/api/discovery/v1.0/Instances(<guid>)
91-
GET https://disco.crm.dynamics.com/api/discovery/v9.0/Instances(<guid>)
9291
```
9392
9493
- You can use the UniqueName attribute as an alternate key.
@@ -103,12 +102,6 @@ The Discovery service Web API supports the CORS standard for cross-origin access
103102
GET https://globaldisco.crm.dynamics.com/api/discovery/v1.0/Instances?$select=DisplayName,Description&$filter=Type+eq+0
104103
```
105104
106-
- Retrieve a specific instance's ID property value.
107-
108-
```http
109-
GET https://disco.crm.dynamics.com/api/discovery/v9.0/Instances(UniqueName='myorg')/Id/$value
110-
```
111-
112105
## See also
113106
114107
[Web API Global Discovery Service sample (C#)](samples/global-discovery-service-csharp.md)

0 commit comments

Comments
 (0)