File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
powerapps-docs/developer/common-data-service/webapi Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,6 @@ The Discovery service Web API supports the CORS standard for cross-origin access
88
88
89
89
``` http
90
90
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>)
92
91
```
93
92
94
93
- 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
103
102
GET https://globaldisco.crm.dynamics.com/api/discovery/v1.0/Instances?$select=DisplayName,Description&$filter=Type+eq+0
104
103
```
105
104
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
-
112
105
## See also
113
106
114
107
[Web API Global Discovery Service sample (C#)](samples/global-discovery-service-csharp.md)
You can’t perform that action at this time.
0 commit comments