Skip to content

Commit 1b03afd

Browse files
committed
edits
1 parent e49b793 commit 1b03afd

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

powerapps-docs/developer/data-platform/work-with-data.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Work with data using code in Microsoft Dataverse (PowerApps) | Microsoft Docs"
33
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
55
ms.reviewer: pehecke
66
ms.topic: article
77
author: divkamath # GitHub ID Temp owner
@@ -21,18 +21,10 @@ Dataverse also has APIs known as *messages*. Each message has a name like `Creat
2121

2222
## Retrieve, add, and modify data
2323

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.
2525

2626
:::image type="content" source="media/whentousewebapi.svg" alt-text="Flow diagram to choose programming style":::
2727

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-
3628
### SDK for .NET
3729

3830
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
4739
- [Use the SDK for .NET](org-service/overview.md)
4840
- [Quickstart: Execute an SDK for .NET request (C#)](org-service/quick-start-org-service-console-app.md)
4941

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+
5051
## Search Dataverse data
5152

5253
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

Comments
 (0)