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...
Jan 20, 20221 min read158