知识中心
所有文章
帮助中心
AI客户联络中心 升级日志
API文档
AI客户联络
白标接口及地址
查看任务组列表
最后更新于 2023/04/10   阅读数 89

查看任务组列表


  • 接口: user/quality/group?name=测试

  • 请求方式: PUT

  • 发送字段

    参数

    类型

    示例

    解释

    必填

    name

    String

    测试

    任务组名称

  • 发送内容示例

    
    
    
    1
    2
    plaintext
  • 返回内容示例

    {
        "code": 0,
        "msg": "success",
        "data": [
            {
                "id": "1385517318297845761", //任务组id
                "name": "默认分组", //任务组名
                "userId": "1380443012388335618", //用户id
                "sensitiveVOList": [ 敏感词组信息
                    {
                        "id": "1385516545505722369", //敏感词组id
                        "name": "平台默认", //敏感词组名称
                        "color": "" //敏感词组颜色
                    }
                ],
                "createAt": "2021-04-23 16:54:03", //创建时间
                "languageId": "1379645607811399684" //该词组使用语言id
            },
            {
                "id": "1393091303751532545",
                "name": "1",
                "userId": "1380443012388335618",
                "sensitiveVOList": [
                    {
                        "id": "1385516545505722369",
                        "name": "平台默认",
                        "color": ""
                    }
                ],
                "createAt": "2021-05-14 14:30:08",
                "languageId": "1379645607811399683"
            }
         ],
        "meta": ""
    }
    
    
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    plaintext
未能解决您的问题?请联系
本篇目录

查看任务组列表