Skip to Content
Implementing Microsoft Dynamics 365 for Finance and Operations
book

Implementing Microsoft Dynamics 365 for Finance and Operations

by Rahul Mohta, Yogesh Kasat, JJ Yadav
September 2017
Beginner to intermediate
562 pages
13h 46m
English
Packt Publishing
Content preview from Implementing Microsoft Dynamics 365 for Finance and Operations

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 to browse the resources using a web browser. The following table describes a few basic query formats to access 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 Apps - Second Edition

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

JJ Yadav, Sandeep Shukla, Rahul Mohta, Yogesh Kasat

Publisher Resources

ISBN: 9781787283336Supplemental Content