Power Pages Web API

The Power Pages Web API provides CRUD operations on Dataverse tables from Power Pages websites. It enables authenticated and anonymous users to interact with business data through portal pages using standard REST conventions with table permissions for security.

API entry from apis.yml

apis.yml Raw ↑
aid: microsoft-power-pages:web-api
name: Power Pages Web API
tags:
- CRUD
- Dataverse
- Web Portals
image: https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg
baseURL: https://{site}.powerappsportals.com/_api/
humanURL: https://learn.microsoft.com/en-us/power-pages/configure/web-api-overview
properties:
- url: https://learn.microsoft.com/en-us/power-pages/configure/web-api-overview
  type: Documentation
- url: https://learn.microsoft.com/en-us/power-pages/configure/read-operations
  type: Getting Started
description: The Power Pages Web API provides CRUD operations on Dataverse tables from Power Pages websites.
  It enables authenticated and anonymous users to interact with business data through portal pages using
  standard REST conventions with table permissions for security.