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/data-platform/work-with-data.md
+11-10Lines changed: 11 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: "Work with data using code in Microsoft Dataverse (PowerApps) | Microsoft Docs"
3
3
description: "Microsoft Dataverse provides web services and APIs that you can use to interact with your data."
4
-
ms.date: 05/14/2024
4
+
ms.date: 05/17/2024
5
5
ms.reviewer: pehecke
6
6
ms.topic: article
7
7
author: divkamath # GitHub ID Temp owner
@@ -21,18 +21,10 @@ Dataverse also has APIs known as *messages*. Each message has a name like `Creat
21
21
22
22
## Retrieve, add, and modify data
23
23
24
-
Dataverse provides two ways to retrieve, add, and modify data: Web API & SDK for .NET. Choose the one that best matches the requirements, your skills, and preferences.
24
+
Dataverse provides two ways to retrieve, add, and modify data: SDK for .NET & Web API &. Choose the one that best matches the requirements, your skills, and preferences.
25
25
26
26
:::image type="content" source="media/whentousewebapi.svg" alt-text="Flow diagram to choose programming style":::
27
27
28
-
### Web API
29
-
30
-
The Dataverse Web API is an OData v4 RESTful endpoint. Use the Web API for any programming language that supports HTTP requests and authentication using OAuth 2.0.
31
-
32
-
-[Learn to use the Dataverse Web API](webapi/overview.md)
33
-
-[Quick Start: Web API with PowerShell and Visual Studio Code](webapi/quick-start-ps.md)
34
-
-[Quick Start: Web API sample (C#)](webapi/quick-start-console-app-csharp.md)
35
-
36
28
### SDK for .NET
37
29
38
30
If you are working with .NET, we recommend using our [SDK for .NET](org-service/overview.md).
@@ -47,6 +39,15 @@ If you are using our [PowerShell module](https://www.powershellgallery.com/packa
47
39
-[Use the SDK for .NET](org-service/overview.md)
48
40
-[Quickstart: Execute an SDK for .NET request (C#)](org-service/quick-start-org-service-console-app.md)
49
41
42
+
### Web API
43
+
44
+
The Dataverse Web API is an OData v4 RESTful endpoint. Use the Web API for any programming language that supports HTTP requests and authentication using OAuth 2.0, including .NET.
45
+
46
+
-[Learn to use the Dataverse Web API](webapi/overview.md)
47
+
-[Quick Start: Web API with PowerShell and Visual Studio Code](webapi/quick-start-ps.md)
48
+
-[Quick Start: Web API sample (C#)](webapi/quick-start-console-app-csharp.md)
49
+
50
+
50
51
## Search Dataverse data
51
52
52
53
Dataverse search delivers fast and comprehensive search results across multiple tables, in a single list, sorted by relevance. It also provides capabilities to support suggestions and autocompletion experiences in apps.
0 commit comments