To find out which entity sets are available in the OData V2.0 interface, you must retrieve the metadata document from the interface. The metadata document is an XML document that describes the data model of the OData service, including the entity types, entity sets, associations, functions, and actions. The metadata document can be accessed by appending $metadata to the service root URL of the OData service. For example, if the service root URL is https://services.odata.org/OData/OData.svc/, then the metadata document URL is https://services.odata.org/OData/OData.svc/$metadata. The metadata document can be used to discover the structure and capabilities of the OData service and to generate client code or proxies. References: Overview (OData Version 2.0) | OData - The Best Way to REST, OData API v2 Reference | SAP Help Portal
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit