Feedback
All endpoints related to Feedback
Supported Endpoints
getAllFeedback(): Returns a list of all the feedback received.getFeedback(id): Retrieves a feedback by the entered ID.replyFeedback(id, replyMessage): Responds to a given feedback by the entered ID.
getAllFeedback()
getAllFeedback()Parameters
Type
Required
Description
limit
integer
❌
Limit the number of feedback returned
page
integer
❌
The page number you are attempting to access.
with_trashed
boolean
❌
Include deleted feedback in the results
only_trashed
boolean
❌
Limit the results to only deleted feedback
getFeedback()
getFeedback()Type
Required
Description
id
string
✔️
ID of a Blacklist
replyFeedback()
replyFeedback()Parameters
Type
Required
Description
id
string
✔️
ID of the coupon you want to update
replyMessage
string
✔️
A reply message that was left by the store owner who received this rating
Last updated