Forum Discussion
Hi TariqHussain,
Thanks for your reply. What id Restadmin() ? do I need to use any sdk to use this? Can we use the general Rest Client or Curl to call the REST API? Something like this:
curl -X POST -H "Content-Type: application/json" -H "Authorization: Bearer vuVDPEkI+XLytr7hMGo0RkwucYF8belsX2XjI1qu+zM=“ -H "client-id: xxxxxxxxxxxxx" https://api.lithium.com/community/v1/[tanent name]/messages/id/[messageid]/kudos/give
Actually, I am using javascript fetch api for the REST : https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API/Using_Fetch
How can I make the restadmin() in this scenario?
fengka
are you familiar with endpoints ? you need to create an endpoint and you will get endpoint url. with javascript you can directly hit your request to endpoint url.
<#assign msgID = http.request.parameters.name.get("messageid","") /> <#if msgID !=''> <#assign messages = restadmin("messages/id/${msgID}/kudos/give").messages > </#if >
Related Content
- 10 months ago
- 7 years ago
- 5 months ago
- 9 years ago
- 2 years ago