From 37b9632b0bea5f05b18bdfaad6e10987fa9b40ed Mon Sep 17 00:00:00 2001 From: Stefan Cullmann Date: Sat, 11 Jul 2020 12:30:34 +0200 Subject: [PATCH] Refactoring for Meaning --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 641b0dd..9eb7280 100644 --- a/readme.md +++ b/readme.md @@ -1,7 +1,7 @@ ### Business Central: # Navigation in OData Webservices and Custom API -This is a spike project and my notes about my exploration into both OData Webservices and the new custom API of Business Central. +This is a spike project and my notes about my exploration into both [OData Webservices](#odata-web-services) and [custom APIs](#custom-apis) of Business Central. My attention is on querying object hierarchies with a single request using OData navigation features and its query option `$expand`.