调用地址:http://demo.24om.com/OM/WebApi/Handler/1.0/OA/PendingFlow/GetNewList.ashx

基本信息
调用方式 模块 名称 程序集 类名 函数 版本 标识 返回值 备注
GET,POST OA GetNewList WebApi WebApi.Manager.OA.PendingFlowMgr GetNewList 1.0 True 待办事务List(PendingFlow)对象 获取新的待办事务列表

参数信息
参数名 参数类型 是否必须 默认值 测试值 备注
token string True 标识
format string False json 数据格式
posId  Int32  True    若指定此参数,则只返回docid比posId大的待办事务列表 
pageSize  Int32  True    指定要返回的记录条数 
readType  String  True    Unread:未读Read:已读 
searchKey  String  True    关键词模糊搜索,当为空时则返回所有的待办事务列表(标题、流程名称、待处理人) 

相关对象说明