Skip to Content
0
Dec 08, 2022 at 05:46 AM

How can we get OData $metadata in JSON format in cap application?

1043 Views

Is it possible to get metadata of an OData service in JSON format?

When I try to use format=json , it doesn't work. Here is what I tried :

{application service path}$metadata/?format=json

Error Respose :

{"error": {"code": "406","message": "Missing format for representation kind 'METADATA'"}}