{ "opencollection": "1.0.0", "info": { "name": "Helpcenter CustomerHappiness API", "version": "1.0.0" }, "items": [ { "info": { "name": "CustomerHappiness", "type": "folder" }, "items": [ { "info": { "name": "Get the customer feedback placeholder link", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/customerHappinessLinkHolder", "params": [ { "name": "departmentId", "value": "", "type": "query", "description": "Mandatory param to fetch the customer-happiness list for a given ID of the department. You can also provide department as @allDepartment@ to fetch customer happiness from all departments" }, { "name": "languageCode", "value": "", "type": "query", "description": "Localization languageCode of Customer Happiness page to be displayed" } ] }, "docs": "This API provides an html placeholder to insert the customer feedback link into the reply mail. The link, when clicked by the email recipient, leads them to a feedback form where they can provide their feedback." } ] } ], "bundled": true }