群组接口

群组列表查询 rest.bnAPI.project.list

描述

获取群组列表详细信息 (按评价时间)

输入参数

返回结果

id 字段名 类型 描述
1 code Number 结果代码:0 成功
2 error_message String 错误信息
3 customTableDoList List<Map<String, Object>> 群组列表

json返回示例:

{
    "response":{
        "code":0,
        "map":{
            "customTableDoList":"[{"id":8611.0,"name":"测试","description":"","ownerUserId":6666666,"gmtCreate":"2018-05-11 13:12:05","type":1.0,"extraInfo":"{"color": "gray", "default_task_title": "8612"}","isDeleted":false,"sceneType":0.0},{"id":8577.0,"name":"全列测试","description":"","ownerUserId":1.10119744E8,"markedUserIds":[1.10119744E8],"gmtCreate":"2018-05-04 15:18:29","type":1.0,"extraInfo":"{"color": "orange", "default_task_title": "8578"}","isDeleted":false,"sceneType":0.0}]",
            "result":"success"
        }
    }
}