需要 read_content 权限点。
更多权限点使用信息,请参考:
GET https://{handle}.myshopline.com/admin/openapi/v20250601/store/comments.json
handle :店铺的唯一标识符,值为店铺域名的前缀。例如,域名为 open001.myshopline.com 的店铺,其 handleopen001
查询评论列表
查询参数
  • blog_collection_id string
    评论所属的文章归属的博客集合id
    Example: 639bfda0ee877c4a9bd600b6
  • blog_id string
    评论所属博客id
    Example: 63a2afa527797d5cedcecb52
  • created_at_max string
    评论创建最大时间 ISO 8601
    Example: 2022-08-03T10:45:00+08:00
  • created_at_min string
    评论创建最小时间 ISO 8601
    Example: 2022-08-03T10:45:00+08:00
  • fields string
    限定返回的对象的字段,多个则用逗号分隔
    Example: body_html,author
  • limit integer
    查询数量限制,默认50,不能超过250
    Example: 100
  • published_at_max string
    发布评论最大时间 ISO 8601
    Example: 2022-08-03T10:45:00+08:00
  • published_at_min string
    发布评论最小时间 ISO 8601
    Example: 2022-08-03T10:45:00+08:00
  • published_status string
    发布状态,枚举值:published(已发布状态);unpublished:(未发布状态);any:(所有状态);
    Example: published
  • since_id string
    显示此id之后的数据
    Example: 63aaacb8b0fea649647a241a
  • status string
    状态:枚举值:unapproved(评论等待批准);published(已发布状态);
    Example: unapproved
  • updated_at_max string
    更新最大时间 ISO 8601
    Example: 2022-08-03T10:45:00+08:00
  • updated_at_min string
    更新最小时间 ISO 8601
    Example: 2022-08-03T10:45:00+08:00
请求头
  • Content-Type required
    字段值固定为application/json; charset=utf-8
  • Authorization string required
    资源的访问令牌。请参考 应用授权 获取访问令牌,然后将获取到的访问令牌以 Bearer 格式传入
    Example:
    Bearer eyJhbGciOiJIUzUxMiJ9.eyJhcHBLZXkiOiJmMjM3OWQyMTYyOGMzM2QxMWRiMWZkYjY5N2EzZjdjMjZlNGMwYTA5Iiwic2VsbGVySWQiOiIyMDAwMjM0ODgwIiwic3RvcmVJZCI6IjE2NzIzNjk3Mjk2MDYiLCJ2ZXJzaW9uIjoiVjIiLCJkb21haW4iOiJodHRwczovL3NsLW9wZW4tc2cubXlzaG9wbGluZS5jb20iLCJ0aW1lc3RhbXAiOjE2NzUzMTk0OTI0MzksImlzcyI6Inlzb3VsIiwiZXhwIjoxNzY5OTI3NDkyfQ.UwQzomM2veGCUaOZ0paUxq5dpc7DXuhHYFvsQ_uIAKduzWcb_j2E4q_36El83sp145D4cKbpcE5KCeeIz-JNQw
响应
更多状态码信息请参考 HTTP 状态码

响应头
  • traceId
    traceId
响应体
  • commentsobject[]
    评论信息
  • author string
    评论的作者
    Example: demo-author
  • blog_collection_id string
    评论所属的文章归属的博客集合id
    Example: 639bfda0ee877c4a9bd600b6
  • blog_id string
    评论所属博客id
    Example: 63a2afa527797d5cedcecb52
  • body string
    评论内容
    Example: demo-content
  • body_html string
    含有html标记的body内容
    Example: <p>demo-content</p>
  • create_at string
    评论的创建时间 ISO 8601
    Example: 2022-08-03T10:45:00+08:00
  • email string
    评论作者的邮件地址
    Example: demo@qq.com
  • id string
    评论id
    Example: 63aaa20f6b7b014b289c0765
  • ip string
    发表评论的ip
    Example: 172.28.173.136
  • published_at string
    发布评论的时间 ISO 8601
    Example: 2022-08-03T10:45:00+08:00
  • status string
    评论状态,枚举值:unapproved(默认状态,评论等待批准,C端不展示此状态评论); published:(已发布状态,并且对C端用户可见); spam:(垃圾评论,C端用户不可见); removed:(评论标记为已删除状态,C端用户不可见)
    Example: unapproved
  • updated_at string
    更新时间 ISO 8601
    Example: 2022-08-03T10:45:00+08:00
  • user_agent string
    用户代理信息
API Explorer
https://openapiceshidianpu.myshopline.com/admin/openapi/v20250601

ParamOptions

header required
query
query
query
query
query
query
query
query
query
query
query
query
query

Language

curl --request GET \
--url https://openapiceshidianpu.myshopline.com/admin/openapi/v20250601/store/comments.json \
--header 'Authorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJhcHBLZXkiOiJmMjM3OWQyMTYyOGMzM2QxMWRiMWZkYjY5N2EzZjdjMjZlNGMwYTA5Iiwic2VsbGVySWQiOiIyMDAwMjM0ODgwIiwic3RvcmVJZCI6IjE2NzIzNjk3Mjk2MDYiLCJ2ZXJzaW9uIjoiVjIiLCJkb21haW4iOiJodHRwczovL3NsLW9wZW4tc2cubXlzaG9wbGluZS5jb20iLCJ0aW1lc3RhbXAiOjE2NzUzMTk0OTI0MzksImlzcyI6Inlzb3VsIiwiZXhwIjoxNzY5OTI3NDkyfQ.UwQzomM2veGCUaOZ0paUxq5dpc7DXuhHYFvsQ_uIAKduzWcb_j2E4q_36El83sp145D4cKbpcE5KCeeIz-JNQw' \
--header 'Content-Type: application/json; charset=utf-8' \
--header 'accept: application/json'
Examples
查询评论列表
Response
{
"comments": [
{
"author": "testdew",
"blog_collection_id": "632c137a0fe5b42e60a04b62",
"blog_id": "63803d9ec57c9739b672296b",
"body": "fsf",
"create_at": "2022-11-25T12:19:44+08:00",
"email": "test@qq.com",
"id": "63804260a0a9ba4487960881",
"ip": "157.119.232.38,10.98.217.51",
"published_at": "2022-11-25T12:19:57+08:00",
"status": "published",
"updated_at": "2022-11-25T12:19:57+08:00"
},
{
"author": "testdet",
"blog_collection_id": "632c137a0fe5b42e60a04b62",
"blog_id": "63357995840927149ba6c75c",
"body": "test",
"create_at": "2022-11-25T12:12:54+08:00",
"email": "test@qq.com",
"id": "638040c6a0a9ba4487960880",
"ip": "157.119.232.38,10.98.209.49",
"published_at": "2022-11-25T12:13:01+08:00",
"status": "published",
"updated_at": "2022-11-25T12:13:01+08:00"
},
{
"author": "test",
"blog_collection_id": "633456618c5d1d25c6502e05",
"blog_id": "63345662840927149ba620ce",
"body": "test@qq.com",
"create_at": "2022-11-15T21:37:35+08:00",
"email": "test@qq.com",
"id": "6373961f22270c51e7ea5831",
"ip": "172.71.14.132,10.98.223.48",
"published_at": "2022-11-15T21:37:49+08:00",
"status": "published",
"updated_at": "2022-11-15T21:37:49+08:00"
},
{
"author": "测试",
"blog_collection_id": "633456618c5d1d25c6502e05",
"blog_id": "63345662840927149ba620ce",
"body": "test@ww.vom",
"create_at": "2022-10-24T15:05:39+08:00",
"email": "test@ww.vom",
"id": "63563943e3ef6c5645bd5c38",
"ip": "218.253.130.212,10.218.10.96",
"published_at": "2022-10-24T15:05:50+08:00",
"status": "published",
"updated_at": "2022-10-24T15:05:50+08:00"
},
{
"author": "自动发布66",
"blog_collection_id": "630d8e61624a3b67a72ebd0a",
"blog_id": "630d8e4b7bd58a0b24e453b5",
"body": "自动发布66@qq.com",
"create_at": "2022-09-05T11:37:27+08:00",
"email": "6@qq.com",
"id": "63156ef7f79e9061863e0f7d",
"ip": "218.253.130.211,10.218.16.233",
"published_at": "2022-09-05T20:33:48+08:00",
"status": "published",
"updated_at": "2022-09-05T20:33:48+08:00"
},
{
"author": "LE",
"blog_collection_id": "630d8e61624a3b67a72ebd0a",
"blog_id": "630d8e4b7bd58a0b24e453b5",
"body": "LEfsfdsfsdf",
"create_at": "2022-09-05T11:36:58+08:00",
"email": "werwerwe@qq.com",
"id": "63156edaf79e9061863e0f7c",
"ip": "218.253.130.211,10.218.16.233",
"published_at": "2022-09-05T20:33:48+08:00",
"status": "published",
"updated_at": "2022-09-05T20:33:48+08:00"
},
{
"author": "234234",
"blog_collection_id": "630d8e61624a3b67a72ebd0a",
"blog_id": "630d8e4b7bd58a0b24e453b5",
"body": "23424234",
"create_at": "2022-09-05T11:36:41+08:00",
"email": "23423@qq.com",
"id": "63156ec9f79e9061863e0f7b",
"ip": "218.253.130.211,10.218.31.172",
"published_at": "2022-09-05T20:33:48+08:00",
"status": "published",
"updated_at": "2022-09-05T20:33:48+08:00"
},
{
"author": "12321",
"blog_collection_id": "63102984a41c340478649389",
"blog_id": "63102984a41c34047864938a",
"body": "123213",
"create_at": "2022-09-01T11:40:15+08:00",
"email": "12312@qq.com",
"id": "6310299f0a68a2615bfd6b70",
"ip": "218.253.130.211,10.218.32.10",
"published_at": "2022-09-01T11:40:24+08:00",
"status": "published",
"updated_at": "2022-09-01T11:40:24+08:00"
},
{
"author": "123213",
"blog_collection_id": "62e0dfd59eb73e6fdebe0d63",
"blog_id": "63032d4027ed7c01fa62c72f",
"body": "123213",
"create_at": "2022-08-30T12:14:40+08:00",
"email": "123213@qq.com",
"id": "630d8eb087f3f8143e0e1bc0",
"ip": "218.253.130.211,10.218.17.33",
"published_at": "2022-08-30T17:14:06+08:00",
"status": "published",
"updated_at": "2022-08-30T17:14:06+08:00"
}
]
}
这篇文章对你有帮助吗?