{"base_path":null,"components":null,"consumes":"","definitions":{"AIMSendDetail":{"description":"短信发送明细。","properties":{"cust_flag":{"description":"创建解析任务时填写用户唯一标识,手机号码或者任何的唯一标识,唯一标识不超过64个字符。发送智能信息时则必须填客户的手机号码。此处为手机号。样例为:130****0001。","example":"130****0001","type":"string"},"msg_id":{"description":"发送明细的唯一标识ID。","example":"28f61af50fc9452aa0ed5ea25c3cc3d3","readOnly":true,"type":"string"},"receive_time":{"description":"接收时间。","example":"2022-05-16T15:44:52Z","type":"string"},"result_code":{"description":"发送错误码。","type":"string"},"send_account":{"description":"发送的目标手机号。","example":"130****0001","type":"string"},"send_status":{"description":"发送状态。\n- success:发送成功 \n- fail:发送失败 \n- sending:发送中\n","example":"1","type":"string"},"send_time":{"description":"发送时间。","example":"2022-05-16T15:44:52Z","type":"string"},"task_id":{"description":"任务ID。","example":"1869bbfb86e148adbcc068af3793bf7d","readOnly":true,"type":"string"},"task_name":{"description":"任务名称。","example":"智能信息发送测试ly-个性化","readOnly":true,"type":"string"},"tpl_id":{"description":"智能信息模板ID。","example":"600057584","type":"string"},"tpl_name":{"description":"智能信息模板名称。","example":"【市场案例】通知模板","type":"string"}}},"AimErrorMsg":{"description":"错误模型。","properties":{"error_code":{"description":"结果状态码。","type":"string"},"error_message":{"description":"结果详情。\n\n> 该字段在以后可能会废弃,建议使用error_msg字段对接。\n"},"error_msg":{"description":"结果详情。","type":"string"}}},"ListAimSendDetailsRsp":{"description":"查询发送明细返回体。","properties":{"page_info":{"$ref":"#/definitions/Page","description":"分页信息。"},"send_details":{"description":"查询发送明细结果集。","items":{"$ref":"#/definitions/AIMSendDetail"},"type":"array"}},"type":"object"},"Page":{"description":"分页信息。","properties":{"limit":{"description":"每页显示的条目数量。","example":20,"type":"integer"},"offset":{"description":"偏移量,表示从此偏移量开始查询,offset大于等于0。","example":1,"type":"integer"},"total":{"description":"总条数。","example":222,"type":"integer"}}}},"description":null,"group_id":"57a445a5fb5d4ba5b80445bd4c5ec9b3","host":"koomessage.myhuaweicloud.cn","id":"6fa3cd0a9d584040bec755c08754db05","info_version":"v1","method":"get","name":"ListAimSendDetails","parameters":{},"paths":{"/v1/aim/send-details":{"get":{"description":"根据用户提供的过滤条件查询发送明细列表,包括:发送任务ID、发送手机号码等。","operationId":"ListAimSendDetails","parameters":[{"description":"用户Token。通过调用IAM服务获取用户Token接口获取(响应消息头中X-Subject-Token的值)。","in":"header","maxLength":2000,"minLength":0,"name":"X-Auth-Token","required":true,"type":"string"},{"description":"任务ID。","in":"query","maxLength":36,"minLength":0,"name":"task_id","required":false,"type":"string"},{"description":"智能信息模板ID。","in":"query","maxLength":9,"minLength":0,"name":"tpl_id","required":false,"type":"string"},{"description":"签名。","in":"query","maxLength":18,"minLength":0,"name":"sms_sign","required":false,"type":"string"},{"description":"创建解析任务时填写用户唯一标识。\n\n> 手机号码或者任何的唯一标识,唯一标识不超过64个字符。发送智能信息时则必须填客户的手机号码。此处为手机号。样例为:130****0001。\n","in":"query","maxLength":64,"minLength":0,"name":"cust_flag","required":false,"type":"string"},{"description":"\n发送开始时间。格式为:2019-10-12T07:20:50Z。\n\n> 需同时传入end_time才能生效,单独传begin_time不会作为过滤条件。\n>\n> 仅支持查询最近1年内的发送明细。\n","in":"query","maxLength":30,"minLength":0,"name":"begin_time","required":false,"type":"string","x-example":"2019-10-12T07:20:50Z"},{"description":"发送结束时间。格式为:2019-10-12T07:20:50Z。\n\n> 需同时传入begin_time才能生效,单独传end_time不会作为过滤条件。\n","in":"query","maxLength":30,"minLength":0,"name":"end_time","required":false,"type":"string","x-example":"2019-10-12T07:20:50Z"},{"description":"偏移量,表示从此偏移量开始查询,offset大于等于0。\n\n>为提高查询效率,offset+limit须小于等于10000,超出范围查询为空。\n","in":"query","maximum":1000000,"minimum":0,"name":"offset","required":true,"type":"integer"},{"description":"每页显示的条目数量。\n","in":"query","maximum":100,"minimum":1,"name":"limit","required":true,"type":"integer"}],"produces":["application/json"],"responses":{"200":{"description":"返回信息。","examples":{"application/json":{"page_info":{"limit":2,"offset":0,"total":2},"send_details":[{"cust_flag":"131****0000","msg_id":"7e52e4fe-ef00-4826-84b6-756446c5cccc_595223901","receive_time":"2022-07-19T14:57:31Z","send_account":"131****0000","send_status":"success","send_time":"2022-07-19T14:57:20Z","task_id":"7cc198c3-91d3-425b-9226-54c27cd7cccc","task_name":"智能信息发送-动态参数","tpl_id":"600000001","tpl_name":"【测试市场案例】参数通知模板"},{"cust_flag":"131****0001","msg_id":"7e52e4fe-ef00-4826-84b6-756446c5cccc_595223902","receive_time":"2022-07-19T14:57:30Z","send_account":"131****0001","send_status":"success","send_time":"2022-07-19T14:57:20Z","task_id":"7cc198c3-91d3-425b-9226-54c27cd7cccc","task_name":"智能信息发送-动态参数","tpl_id":"600000001","tpl_name":"【测试市场案例】参数通知模板"}]}},"schema":{"$ref":"#/definitions/ListAimSendDetailsRsp"}},"400":{"description":"非法参数。","schema":{"$ref":"#/definitions/AimErrorMsg"}},"500":{"description":"内部错误。","schema":{"$ref":"#/definitions/AimErrorMsg"}}},"summary":"查询智能信息发送明细","tags":["AIMSendTask"],"x-is-registered":"Y","x-request-examples-description-1":"根据发送任务ID查询智能信息发送明细。","x-request-examples-url-1":"https://koomessage.myhuaweicloud.cn/v1/aim/send-details?task_id=7cc198c3-91d3-425b-9226-54c27cd7cccc&offset=0&limit=2","x-support-sdk":"Y"}}},"product_short":"KooMessage","region_id":"cn-north-4","schemes":["HTTPS"],"security_definitions":{"apig-auth-app":{"in":"header","name":"Authorization","type":"apiKey","x-apigateway-auth-type":"AppSigv1"},"apig-auth-app-optional":{"in":"header","name":"Authorization","type":"apiKey","x-apigateway-auth-opt":{"access-auth-type":"optional"},"x-apigateway-auth-type":"AppSigv1"},"apig-auth-iam":{"in":"header","name":"unused","type":"apiKey","x-apigateway-auth-type":"IAM"},"apig-auth-iam-none":{"in":"header","name":"unused","type":"apiKey","x-apigateway-auth-type":"IAM_NONE"}},"summary":"查询智能信息发送明细","tags":"智能信息发送","uri":null,"version":"2.0"}