‎2021 May 09 6:36 PM
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
‎2021 May 09 6:52 PM