Retrieve Record with Simple GET In Dataverse WebAPI
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...
dev.ashishvishwakarma.com1 min read