The get page comments endpoint enables you to retrieve comments associated with a specific page identified by its pageId. By making a request to this endpoint, you can retrieve comments made by users or customers on the specified page.Payload#
The unique identifier of the page for which you want to retrieve comments.
The page number of the comments to fetch. This parameter determines the specific page of comments you want to retrieve.
The number of comments to retrieve per page. This parameter specifies how many comments should be included in each page of the response.
Response#
comment.getPageComment.success
Usage#
To add the customer's comment about a specific product or a specific page, the developer may call the send
method.Events#
This endpoint may trigger the onFetched event.onFetched#
This event is triggered when fetching the comments is done without having any errors coming back from the backend. 
扫码加入 Apifox 微信交流群
在这里,获得 Apifox 使用上的任何帮助,快速上手让你的研测效率得到大幅提升

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