Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How can get the metadata of the API https://api.sap.com/

0 Likes
713

Dear Experts.

I am exploring the page api.sap.com and I need do several filter to a entity. For example

Employee Profile | API | SAP API Business Hub

In the filter userId eq 'akuwa'

And this work fine

However If I want add other filter

userId eq 'akuwa' and backgroundElementId eq '89947'

The system response with this error:

{"error":{"code":"COE_BAD_PROPERTY_EXPRESSION","message":{"lang":"en-US","value":"[COE0003]Bad property expression: backgroundElementId; backgroundElementId is not filterable"}}}

How can get the metadata of the API BackgroundCourses

Regards

1 REPLY 1
Read only

Yogananda
Product and Topic Expert
Product and Topic Expert
0 Likes
637

Hi 50104562

you can try this ..

$filter=userId eq 'akuwa' and backgroundElementId eq 89947