Calling Rest Service endpoints in a component using VBCS REST Helper API
Summary
Calling Rest Service endpoints in a component using VBCS REST Helper APIContent
Hi,
I tried to call a sample open webservice from a custom component in vbcs by following this blog :-
and it worked for me..
But when i tried to call an OEC Knowledge webservice by the same approach.. then it failed giving this error :-
rest.js:633 Uncaught (in promise) Error: unable to find endpoint 'kmApiLatestContentNew/getC06896AAD1B74106970DFC3EC1FED412', attempted REST call failed
at rest.js:633
If we test the endpoint in Service Connection then the response comes..(Headers being passed as -> Accept-Language : en_US)
0