云客服-根据敏感词分类的唯一标识取得分类下敏感词列表:报文样例

时间:2024-09-24 14:46:24

报文样例

  • 场景描述:根据敏感词分类的唯一标识取得分类下敏感词列表的接口。

    请求头:

    x-app-key:************************************  
    X-UserID:1611917095665261978  
    Authorization:Bearer ********************************

    请求参数:

    {
    	"page": 1,
    	"limit": 10,
    	"category_id": "894378241379274753"
    }

    响应参数:

    {
    	"data": [{
    		"category_id": "894378241379274753",
    		"sw_id": "894378241689653248",
    		"sw_name": "哈哈哈"
    	}],
    	"resultCode": "0401000",
    	"paging": {
    		"total": 1
    	},
    	"resultDesc": "操作成功"
    }
support.huaweicloud.com/api-ccfs-cec/cec_07_2671.html