Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This article introduces simple ways to access the Dataverse Web API with C#. Use the console and Blazor Server quickstart samples to connect to Dataverse and retrieve data.
- Quick Start: Web API sample (C#) provides the quickest example of how to access data, as all source code is simplified and provided in one file.
- Quickstart: Blazor Server Web API sample (C#) shows how to create a web application that can connect to Dataverse and retrieve data by using the Web API.
To learn more, explore the Web API Samples (C#).
In this section
Quick Start: Web API sample
Quickstart: Blazor Server Web API sample (C#)
See also
Perform operations using the Web API
Web API Samples (C#)
Use Insomnia with Dataverse Web API