How to retrieve records of a Dataverse environment in Postman?

Arun PottiDyn365CE2 years ago11 Views


In this article, will explain about retrieving Account’s Table records from the Dataverse environment in Postman.

Follow all the steps mentioned in the below article and go to Step 1.

How to setup and connect to the Dataverse environment in Postman?

Step 1: Click on the Collection … and Click on Add request to create a new Web API Request.

Step 2: Click on Rename to change the Web API Request name.

Renamed to Retrieve Account records.

Step 3: Select GET Http Verb and provide the below text to get the Top 5 Account records with Name and Account Number.

{{webapiurl}}accounts?$select=name,accountnumber&$top=5

Note: Params will be populated automatically.

Step 4: Provide the below values under Headers section.

If-None-Match null
OData-Version 4.0
OData-MaxVersion 4.0
Content-Type application/json
Accept application/json

Headers will look likes the below.

Step 5: Click on Save and Send.

You can see a message 200 OK, which…



Source link

Leave a reply

Join Us
  • X Network2.1K
  • LinkedIn3.8k
  • Bluesky0.5K
Support The Site
Events
February 2025
MTWTFSS
      1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28   
« Jan   Mar »
Follow
Sign In/Sign Up Sidebar Search
Popular Now
Loading

Signing-in 3 seconds...

Signing-up 3 seconds...