on 2023 Apr 21 2:07 PM
Hello All,
We know that for each SF ODATA API, we can generate the EDMX file using the below url format.
https://<api-server>/odata/v2/<Entity>/$metadata
But Is there any way to get the EDMX file for a particular API along with the Navigation, I required. Example: PerPerson API and personalInfoNav only.
I have tried in CPI and normal http $metdata call, by selecting root API as PerPerson and used navigation as personalInfoNav. But EDXM file generating for SF API's not specifically for amove given example.
Let us know is there any automated way to do so.
Regards,
Souvik
Request clarification before answering.
Hello All,
Please find the way for retrieve the custom edmx/metadata file based on navigation we want to select.
Please find the SAP help link for more details:
Regards,
Souvik
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Souvik,
I think you can do something like below
GET http://localhost:999/dataservice/$metadata/ResourceTypes('Namespace.Product')
Refer for more info here https://www.odata.org/blog/queryable-odata-metadata/
Regards,
Sriprasad Shivaram Bhat
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
11 | |
7 | |
5 | |
5 | |
4 | |
3 | |
2 | |
2 | |
2 | |
2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.