Power Platform Developer Tools
Collection of tools created by me.
Search for a command to run...
Collection of tools created by me.
Setup & basic CRUD operations

Below HTTP Request retrieves all the record's fullname field from contact entity, more comma separated fields can be added GET [Organization URI]/api/data/v9.2/contacts?$select=fullname Accept: application/json OData-MaxVersion: 4.0 OData-Versio...
Here we will discuss requirements and standards for creating HTTP Requests for Microsoft Dataverse Web API. This API uses OData protocol which is also maintained by Microsoft. While currently OData v8 is already in preview, Dataverse Web API is stuck...
In a requirement we were asked to show one specific field change history in a custom portal written in PHP, our immediate action was to call RetrieveAttributeChangeHistory via WebApi but if was just returning the list of value history without any oth...