From the course: Microsoft Power Platform Developer Associate (PL-400) Cert Prep
Unlock the full course today
Join today to access over 24,500 courses taught by industry experts.
Use platform APIs - Power Platform Tutorial
From the course: Microsoft Power Platform Developer Associate (PL-400) Cert Prep
Use platform APIs
- [Instructor] Our first objective is to perform operations with the Dataverse Web API. There are two web services available to interact with Dataverse data, data table definitions, and data operations: data service, which is called using the Web API, and the organization service, which is called using the SDK API. Let's look at the Web API first. Web API is an OData v4 RESTful endpoint. You can call it using any programming language that supports HTTP requests and authentication using OAuth 2.0. We'll go ahead and create a simple console application to connect to a Dataverse environment and invoke the Web API WhoAmI function. This function retrieves information about the logged on Dataverse user. To save time, the code has already been written. If you'd like to follow along and use this code, check out the associated article on Microsoft Learn. Let's run the program. We'll provide authentication. Then we can see…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
-
-
(Locked)
Create a Dataverse plug-in10m 1s
-
(Locked)
Create custom connectors6m 8s
-
(Locked)
Use platform APIs9m 43s
-
(Locked)
Process workloads by using Azure Functions8m 41s
-
(Locked)
Configure Power Automate cloud flows: Objectives 1-38m 39s
-
(Locked)
Configure Power Automate cloud flows: Objectives 4-88m 3s
-
(Locked)
-
-