web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :

How to retrieve records of a Dataverse environment in Postman?

Arun Potti Profile Picture Arun Potti 1,442

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-Matchnull
OData-Version4.0
OData-MaxVersion4.0
Content-Typeapplication/json
Acceptapplication/json

Headers will look likes the below.

Step 5: Click on Save and Send.

You can see a message 200 OK, which means the request executed successfully and can see the account records in the Body section in JSON format.

Hope you have followed all the steps and retrieved the Account records.

Like and share your valuable feedback on this article.

Articles you might like related to Dynamics 365 CE.

How to create Microsoft Dynamics 365 CE Online 30 Days Trial Version?

How to create Users and Assign Security roles in Dynamics 365 CE Online?

How to load Dynamics 365 CE Online Environment faster?

How to Install, Connect to Microsoft Dataverse and Use XrmToolBox?


This was originally posted here.

Comments

*This post is locked for comments