Get single feedback
Retrieve a single feedback question
Get Single Feedback
GET
https://{{account_id}}.acquire.io/api/v1/crm/feedback/{{feedbackId}}
Retrieve a single feedback question. The feedbackId must be passed in to the endpoint as a path parameter.
Path Parameters
Name
Type
Description
feedbackId
integer
The ID of the feedback
Query Parameters
Name
Type
Description
relations
object
Specify the relation to "case" or "contact"
select
array
Specify the selected fields
Headers
Name
Type
Description
Authorization
string
Bearer {{api_key}}
Last updated