WorkPro Manual

列出评论

[Api Test]

Url

[接口服务器地址]/api/comment/list.html

Method

POST

Request Headers

Name 必选 Type Description
Content-Type true string application/json; charset=UTF-8
authen true string Authen 什么是认证码
appid true string AppID 什么是接入ID
timestamp true string Timestamp
uid true string UID
lang true string Language zh-cn,en-us

Request Body

Name 必选 Type Description
m_type true string 模型类型 1 日程 2 任务
m_id true string 模型ID
all false int 全部返回 默认0,0 分页 1 全部
page false int 页码 默认1
page_size false int 页数 默认20,每页条数

Debug Tool

Test

Return

            {"status":1,"code":0,"msg":"","data":{"count":2,"list":[{"id":"1","name":"测试1"}]}}