Skip to Content
Implementing Microsoft Dynamics 365 for Finance and Operations Apps - Second Edition
book

Implementing Microsoft Dynamics 365 for Finance and Operations Apps - Second Edition

by JJ Yadav, Sandeep Shukla, Rahul Mohta, Yogesh Kasat
March 2020
Intermediate to advanced
528 pages
13h 18m
English
Packt Publishing
Content preview from Implementing Microsoft Dynamics 365 for Finance and Operations Apps - Second Edition

Querying or browsing an OData endpoint

If you want to know what OData endpoints are available in your Finance and Operations environment, or want to query a specific entity to get the data, you can simply browse using a web browser. OData provides a simple query format that we can use to browse the resources using a web browser. The following table describes a few basic query formats for accessing OData resources and entity data:

URL Description
[Your Organization Root URL]/data/ Get a list of data entities
[Your Organization Root URL]/data/Customers Get a list of all the customers
[Your Organization Root URL]/data/Customers?$top=3 Get a list of the first three customer records
[Your Organization Root URL]/data/Customers?$select=FirstName,LastName ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Implementing Microsoft Dynamics 365 for Finance and Operations

Implementing Microsoft Dynamics 365 for Finance and Operations

Rahul Mohta, Yogesh Kasat, JJ Yadav

Publisher Resources

ISBN: 9781789950847Supplemental Content