WorkPro Manual

列出待办

[Api Test]

Url

[接口服务器地址]/api/inbox/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
key true string 搜索关键字
status true string 状态 0 新的 1 已读 -1 全部
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"}]}}