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
Copy file name to clipboardExpand all lines: powerapps-docs/developer/common-data-service/custom-api.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,10 +132,10 @@ You can use the following queries to retrieve data about Custom APIs.
132
132
133
133
### Web API
134
134
135
-
Using the Web API where `yourorg.crm.dynamics.com` is the URl for your organization. More information: [Query Data using the Web API](webapi/query-data-web-api.md)
135
+
More information: [Query Data using the Web API](webapi/query-data-web-api.md)
136
136
137
137
```http
138
-
GET https://yourorg.crm.dynamics.com/api/data/v9.1/customapis?$select=
138
+
GET [Organization URI]/api/data/v9.1/customapis?$select=
0 commit comments