获取个人作品列表/Get user post list

Xiguaapi

About

获取个人作品列表/Get user post list

Documentation

获取个人作品列表/Get user post list

[中文]

用途:

  • 获取个人作品列表

参数:

  • user_id: 用户id
  • max_behot_time: 最大行为时间,默认空,第一次请求传空,后续请求传上一次请求返回数据中的JSON中的值。
  • max_behot_time的值可以是JSON路径为:$.data.data.[-1].behot_time
  • 也就是data中的最后一个元素的cursor值

返回:

  • 作品列表

[English]

Purpose:

  • Get user post list

Parameters:

  • user_id: User id
  • max_behot_time: Maximum behavior time, default empty, pass empty for the first request, pass the max_behot_time returned by the previous request for subsequent requests
  • The value of max_behot_time can be the JSON path: $.data.data.[-1].behot_time
  • That is, the cursor value of the last element in data

Return:

  • Post list

[示例/Example]

user_id = "1922379661976311" max_behot_time = ""

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

Try 获取个人作品列表/Get user post list

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

Open in Playground

Related Models