云客服-查询工单类型详情:消息样例

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

消息样例

场景描述:查询工单类型详情

URL:https:// 域名 /service/AICC__Case/1.0.0/openapi/caseType/{id}

  • 请求头:
{
 "Content-Type": "application/json",
 "access-token": "0000000000************7bm63KsRmEztTvyA="
}
  • 请求体:
{"id": "cvmC00000149NzxF1ePA"}
  • 响应头:
{ "connection": "keep-alive",
 "Content-Length": "16",
"Content-Type": "application/json%3Bcharset=UTF-8"}
  • 响应参数:
{ "resCode": "0", "resMsg": "成功", "result": {   "caseTypeInfo": {     "caseStatus": "y,Completed",     "contentTemplateId": null,     "createdDate": "2023-06-16 10:26:31",     "creatorName": "qianbin001",     "description": "aaa",     "id": "cvmC00000149NzxF1ePA",     "isStrictOrder": false,     "lastModifiedDate": "2023-06-16 10:26:50",     "lastModifiedName": "10gd00000143C5ONGb0y",     "parentId": null,     "status": "Active",     "templateId": "c7s800000149NtKyh4me",     "typeName": "aaa"   } }}
support.huaweicloud.com/api-ccfs-cec/cec_07_3404.html