May 2019
Beginner to intermediate
548 pages
12h 39m
English
The OData protocol is a highly standardized protocol, and so is the definition of the service. In order to consume the service, there is actually no need to go through sophisticated documentation containing lots of nuances. All the information that is required is available with one simple call:
GET /$metadata
The response to this call includes the full list of available collections, properties, associations, navigation, and more. A short example of such a response (from the SAP system) is presented in the following screenshot:

As you can see here, the SAP OData implementation returns the metadata file in a certain structure. ...
Read now
Unlock full access