The fetch endpoint allows you to retrieve comments related to a particular object or resource within the platform. By making a request to this endpoint, you can retrieve comments made by users or customers, providing valuable insights, feedback, and discussions related to the specific object.Payload#
The unique identifier of the object/resource for the comment.
The text content of the comment being added.
The category/type of the object (either 'product' or 'page').
Allowed values:productpage
Response#
Usage#
To fetch the customer's comment about a specific product or a specific page, the developer may call the fetch
method.Events#
This endpoint may trigger two events, the onFetch and onFetchedFailed events.onFetch#
This event is triggered when fetching a comment by the customer is done without having any errors coming back from the backend.onFetchedFailed#
This event is triggered when when fetching a new comment by the customer is not completed and an error has occurred. 
扫码加入 Apifox 微信交流群
在这里,获得 Apifox 使用上的任何帮助,快速上手让你的研测效率得到大幅提升

扫码加入交流群Modified at 2025-02-20 07:53:20