How to get search results of community into another web application which is part of same client.
How to get search results of community into another web application which is part of same client.
Hi . The best approach to integrate Community into other applications is through the REST API. I'd recommend checking out the REST developer guide. In particular, you'll want to use the search result endpoint.
I generated APIkey values from my profile settings and used it as headers to Get response but returned invalid credentials .What would be authentication method to get the results ?
I generated APIkey values from my profile settings and used it as headers to Get response but returned invalid credentials .What would be authentication method to get the results ?
I'm assuming you've checked out the authentication topic? If so, it might help to share some code.