获取指定作品的评论列表/Get comments list of specified post

Lemon8api

About

获取指定作品的评论列表/Get comments list of specified post

Documentation

获取指定作品的评论列表/Get comments list of specified post

[中文]

用途:

  • 获取指定作品的评论列表

参数:

  • group_id: 作品的group_id,可以从接口/lemon8/app/fetch_post_detail获取
  • item_id: 作品的item_id,可以从接口/lemon8/app/fetch_post_detail/lemon8/app/get_item_id获取
  • media_id: 作品的media_id,可以从接口/lemon8/app/fetch_post_detail获取
  • offset: 翻页参数,可以从上一次请求的返回结果中获取,第一次请求为空,后续请求使用上一次请求返回的offset进行翻页。

返回:

  • 评论列表

[English]

Purpose:

  • Get comments list of specified post

Parameters:

  • group_id: Post's group_id, can be obtained from the interface /lemon8/app/fetch_post_detail
  • item_id: Post's item_id, can be obtained from the interface /lemon8/app/fetch_post_detail or /lemon8/app/get_item_id
  • media_id: Post's media_id, can be obtained from the interface /lemon8/app/fetch_post_detail
  • offset: Pagination parameter, can be obtained from the return result of the last request. It is empty for the first request, and the offset returned by the last request is used for subsequent requests.

Return:

  • Comments list

[示例/Example]

group_id = "7361926875709129222" item_id = "7361926875709129222" media_id = "7428056850216862763"

Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.

Try 获取指定作品的评论列表/Get comments list of specified post

Test this model in the Sandbase Playground with your own prompts.

Open in Playground

Related Models