List of all feedback
Retrieve all feedback questions
All Feedbacks
GET
https://{{account_id}}.acquire.io/api/v1/crm/feedback
Retrieve a list of all feedback questions.
Query Parameters
Name | Type | Description |
---|---|---|
order | object | Object type where you can mention field name followed by value. eg: {"id":"DESC"} |
where | object | Object type where you can specify field name followed by a value. eg: {"search":"How"} |
select | array | An array of strings which includes the fields in return Eg: "id","type" etc. |
Headers
Name | Type | Description |
---|---|---|
Authorization | string | Bearer {{api_key}} |
Last updated