Portals Web API support for Read operations

Important

This content is archived and is not being updated. For the latest documentation, go to Release updates. For the latest release plans, go to Dynamics 365 and Microsoft Power Platform release plans.

Enabled for Public preview General availability
Users by admins, makers, or analysts Oct 25, 2021 Jan 31, 2022

Business value

Developers will be able to use GET requests to retrieve data from tables in Microsoft Dataverse.

Feature details

The portals Web API enables building a richer user experience inside Power Apps portals pages. You can use Web API to perform Create, Update, and Delete operations across all Microsoft Dataverse tables from your portal pages. For example, you can create a new account or update a contact for a product by using the portals Web API instead of using forms or lists.

This feature will enhance portals Web API by adding support for the Read operation. With this feature, developers can use portals Web API for querying the data, including support to:

  • Use GET requests to retrieve data from a table
  • Allow query options to set criteria for data you want from a table

See also

Query data using portals Web API (docs)