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/best-practices/work-with-metadata/retrieve-published-metadata.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ public RetrieveAllEntitiesAttributesResponse GetAllEntitiesImplicit(IOrganizatio
60
60
}
61
61
```
62
62
63
-
### Explictly controlling the behavior
63
+
### Explicitly controlling the behavior
64
64
65
65
Explicitly setting the `RetrieveAsIfPublished` property to retrieve only published customizations
Copy file name to clipboardExpand all lines: powerapps-docs/developer/common-data-service/online-management-api/sample-quick-start.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,9 @@ search.audienceType:
13
13
search.app:
14
14
- PowerApps
15
15
---
16
-
# Quick Start Sample: Retrieve Common Data Service environements using Online Management API
16
+
# Quick Start Sample: Retrieve Common Data Service environments using Online Management API
17
17
18
-
The C# sample demonstrates how to authenticate to the Online Management API and then retrieve all Common Data Service environements from your Office 365 tenant.
18
+
The C# sample demonstrates how to authenticate to the Online Management API and then retrieve all Common Data Service environments from your Office 365 tenant.
19
19
20
20
The sample uses the authentication [helper code](sample-authentication-helper.md) to easily authenticate to Online Management API using the OAuth 2.0 protocol and pass in the access token in header of your request.
21
21
@@ -30,7 +30,7 @@ The sample performs the following tasks:
30
30
b. Uses an HttpClient instance to connect to Online Management API service.
31
31
32
32
c. Specifies the API service base address and the max period of execution time.
33
-
1. Uses the **RetrieveInstancesAsync** method to execute a http request to retrieve all Customer Enagement instances in your Office 365 tenant, and then displays the reponse.
33
+
1. Uses the **RetrieveInstancesAsync** method to execute a http request to retrieve all Customer Engagement instances in your Office 365 tenant, and then displays the response.
34
34
35
35
## Run this sample
36
36
Before you can run this sample, make sure that you have:
0 commit comments