用户工具

站点工具


差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

两侧同时换到之前的修订记录 前一修订版
后一修订版
前一修订版
en:razor:cobub-razor-api-manual [2015/03/19 19:13]
cobub [1.6.2 调用说明]
en:razor:cobub-razor-api-manual [2017/07/14 11:18] (当前版本)
行 1: 行 1:
 +~~Title:​Cobub Razor API Manual - Mobile Apps Marketing Platform of Open Source - Mobile Analytics & Mobile Push Notification Solutions - Cobub Mobile Developer Center~~
 +{{description>​Cobub Razor is an Open Source Mobile Analytics. Cobub Razor API.}}
 +{{keywords>​Cobub Razor,open source mobile analytics,​mobile analytics,​mobile app analytics, api, manual}}
 +
 ====== Cobub Razor API Manual ====== ====== Cobub Razor API Manual ======
 ====== 1    API List ====== ====== 1    API List ======
行 559: 行 563:
 PREURL/​api/​getbasicdatabychannel PREURL/​api/​getbasicdatabychannel
  
-==== 1.6.3    ​参数 ​====+==== 1.6.3    ​parameters ​====
  
-^字段名称 ​^数据类型 ​^描述 ​^是否必须+^Field name ^Data type ^Description ​^Required
-|sessionkey |String |登录成功后返回的验证key |+|sessionkey |String |key to validation after the login success ​|y
-|productid |String |产品ID |+|productid |String |product ​ID |y
-|startdate |String |开始日期 ​|+|startdate |String |start date |y
-|enddate |String |结束日期 ​|+|enddate |String |end date |y
-发送数据JSON实例+Sending ​JSON data instance
 <​code>​ <​code>​
 { {
行 580: 行 584:
 } }
 </​code>​ </​code>​
-==== 1.6.4    ​返回结果 ​====+==== 1.6.4    ​result ​====
  
  
-^字段名称 ​^数据类型 ​^描述 ​^是否必须 ​+^Field name ^Data type ^Description ​^Required
-|flag |int |标识,>0成功且为queryResult的size<0失败 ​|+|flag |int |>0SuccessThe size of queryresult ​<0fail |y
-|queryResult |JSONArray |详细信息,​queryresult为JSONArray对象flag对应值:大于等于0为queryresult数组的长度,​包括channelid的数组 ​|+|queryResult |JSONArray |The detailed information ​,the size of queryresult |y
-|datevalue |String |日期 ​|+|datevalue |String |date |y
-|sessions |String |启动次数 ​|+|sessions |String |sessions ​|y
-|activeusers |String |活跃用户数 ​|+|activeusers |String |activeusers ​|y
-|newusers |String |新用户数 ​|+|newusers |String |newusers ​|y
-|usingtime |String |使用时长 ​|+|usingtime |String |usingtime ​|y
-|allusers |String |累计用户数 ​|+|allusers |String |allusers ​|y
-|upgradeusers |String |升级用户数 ​|+|upgradeusers |String |upgradeusers ​|y
-返回数据JSON实例+Returns a JSON data instance
  
-成功返回+Success
 <​code>​ <​code>​
 { {
行 699: 行 703:
 } }
 </​code>​ </​code>​
-===== 1.7    ​获取基础数据(按版本划分) ​=====+===== 1.7    ​To obtain basic data (by version) ​=====
  
  
 getbasicdatabyversion getbasicdatabyversion
  
-==== 1.7.1    ​功能说明 ​====+==== 1.7.1    ​Functional specifications ​====
  
  
-根据productid在指定时间段下所有版本下的启动次数、活跃用户数、新用户数、平均使用时长、累计用户数、累计启动次数。+According to the productid ​under specified period all versions of sessions, activeusers,​ activeusers,​ average usingtime, allusers, accumulated sessions.
  
-==== 1.7.2    ​调用说明 ​====+==== 1.7.2    ​Call instructions ​====
  
  
-=== 1.7.2.1 ​   ​请求方式 ​===+=== 1.7.2.1 ​   ​The request method ​===
  
  
 post post
  
-=== 1.7.2.2 ​   ​请求地址 ​===+=== 1.7.2.2 ​   ​Address of the request ​===
  
  
 PREURL/​api/​getbasicdatabyversion PREURL/​api/​getbasicdatabyversion
 +==== 1.7.3    parameter ====
  
-==== 1.7.3    参数 ==== 
  
- +^Field name ^Data type ^Description ​^Required
-^字段名称 ​^数据类型 ​^描述 ​^是否必须+|sessionkey |String |key to validation after the login success|y
-|sessionkey |String |登录成功后返回的验证key |+|productid |String |productid ​|y
-|productid |String |产品ID ​|+|startdate |String |startdate ​|y
-|startdate |String |开始日期 ​|+|enddate |String |enddate ​|y
-|enddate |String |结束日期 ​|+Sending ​JSON data instance
-发送数据JSON实例+
 <​code>​ <​code>​
 { {
行 744: 行 747:
 }</​code>​ }</​code>​
  
-==== 1.7.4    ​返回结果 ​====+==== 1.7.4    ​Result ​====
  
  
-^字段名称 ​^数据类型 ​^描述 ​^是否必须+^Field name ^Data type ^Description ​^Required
-|flag |int |标识,>​0成功,且为queryResult的size<​0失败 |+|flag |int |标识,>​0成功,且为queryResult的size<​0失败 |YES
-|queryResult |JSONArray |详细信息,​queryresult为JSONArray对象flag对应值:大于等于0为queryresult数组的长度,​包括version的数组 |+|queryResult |JSONArray |详细信息,​queryresult为JSONArray对象flag对应值:大于等于0为queryresult数组的长度,​包括version的数组 |YES
-|datevalue |String |日期 ​|+|datevalue |String |date |YES
-|activeusers |String |活跃用户数 ​|+|activeusers |String |active users |YES
-|newusers |String |新用户数 ​|+|newusers |String |new users |YES
-|sessions |String |启动次数 ​|+|sessions |String |sessions ​|YES
-|upgradeusers |String |升级用户数 ​|+|upgradeusers |String |upgrade users |YES
-|allusers |String |累计用户数 ​|+|allusers |String |all users |YES
-|allsessions |String |累计启动次数 ​|+|allsessions |String |all sessions ​|YES
-|usingtime |String |使用时长 ​|+|usingtime |String |usingtime ​|YES
-返回数据JSON实例+Returns a JSON data instance
  
-成功返回:+Success:
 <​code>​ <​code>​
 { {
行 865: 行 868:
  
 </​code>​ </​code>​
-===== 1.8    ​获取最近一周/月的活跃率 ​=====+===== 1.8    ​Get active rate in the latest week/month =====
  
  
 getactiveratio getactiveratio
  
-==== 1.8.1    ​功能说明 ​====+==== 1.8.1    ​Functional specifications ​====
  
  
-根据productid获取最近一周/月的活跃用户数和活跃率。+According to the productid ​get activeusers and active rate in the latest week/month.
  
-==== 1.8.2    ​调用说明 ​====+==== 1.8.2    ​Call instruction ​====
  
  
-=== 1.8.2.1 ​   ​请求方式 ​===+=== 1.8.2.1 ​   ​The request method ​===
  
  
 post post
  
-=== 1.8.2.2 ​   ​请求地址 ​===+=== 1.8.2.2 ​   ​Address of the request ​===
  
  
 PREURL/​api/​getactiveratio PREURL/​api/​getactiveratio
  
-==== 1.8.3    ​参数 ​==== +==== 1.8.3    ​Parameters ​==== 
-^字段名称 ​^数据类型 ​^描述 ​^是否必须+^Field name ^Data type ^Description ​^Required
-|sessionkey |String |登录成功后返回的验证key |+|sessionkey |String |key to validation after the login success ​|YES
-|productid |String |产品ID ​|+|productid |String |product id |YES
-发送数据JSON实例+Sending ​JSON data instance
 <​code>​ <​code>​
 { {
行 902: 行 905:
 } }
 </​code>​ </​code>​
-==== 1.8.4    ​返回结果 ​====+==== 1.8.4    ​Result ​====
  
  
-^字段名称 ​^数据类型 ​^描述 ​^是否必须+^Field name ^Data type ^Description ​^Required
-|flag |int |标识,>0成功,<0失败 ​|+|flag |int |>0Success, <0fail |YES
-|wusers |String |周活跃用户数 ​|+|wusers |String |weekly active users |YES
-|musers |String |月活跃用户数 ​|+|musers |String |monthly active users |YES
-|wuserpercent |String |周活跃用户率 ​|+|wuserpercent |String |weekly user percent ​|YES
-|muserpercent |String |月活跃用户率 ​||+|muserpercent |String |monthly user percent ​|YES|
  
-返回数据JSON实例+Returns a JSON data instance
  
-成功返回:+Success:
 <​code>​ <​code>​
 { {
行 929: 行 932:
  
 }</​code>​ }</​code>​
-===== 1.9    ​获取各版本本周/本月活跃率 ​=====+===== 1.9    ​For each version this week/this month active rate =====
  
  
 getchannelactiveratio getchannelactiveratio
  
-==== 1.9.1    ​功能说明 ​====+==== 1.9.1    ​Functional specifications ​====
  
  
-根据productid获取最近一周/月的活跃用户数和活跃率。+According to the productid ​get activeusers and active rate in the latest week/month.
  
-==== 1.9.2    ​调用说明 ​====+==== 1.9.2    ​Call instruction ​====
  
  
-=== 1.9.2.1 ​   ​请求方式 ​===+=== 1.9.2.1 ​   ​The request method ​===
  
  
 post post
  
-=== 1.9.2.2 ​   ​请求地址 ​===+=== 1.9.2.2 ​   ​Address of the request ​===
  
  
 PREURL/​api/​getchannelactiveratio PREURL/​api/​getchannelactiveratio
-==== 1.9.3    ​参数 ​====+==== 1.9.3    ​Parameters ​====
  
  
-^字段名称 ​^数据类型 ​^描述 ​^是否必须+^Field name ^Data type ^Description ​^Required
-|sessionkey |int |登录成功后返回的验证key |+|sessionkey |int |key to validation after the login success ​|YES
-|productid |String |产品ID ​|+|productid |String |product id |YES
-|startdate |String |开始日期 ​|+|startdate |String |start date |YES
-|enddate |String |结束日期 ​|+|enddate |String |end date |YES
-|type |String |week/month |+|type |String |week/month |YES
-发送数据JSON实例+Sending ​JSON data instance
 <​code>​ <​code>​
 { {
行 976: 行 979:
 }</​code>​ }</​code>​
  
-==== 1.9.4    ​返回结果 ​====+==== 1.9.4    ​Result ​====
  
  
-^字段名称 ​^数据类型 ​^描述 ​^是否必须 ​+^Field name ^Data type ^Description ​^Required ​
-|flag |int |标识,>0成功,<0失败 ​|+|flag |int |>0Success, <0fail |YES
-|datevalue |String |日期 ​|+|datevalue |String |date |YES
-|activeusers |String |周活跃用户/月活跃用户数 ​| |  +|activeusers |String |weekly active users/monthly active users | |  
-|rate |String |周活跃率/月活跃率 ​|+|rate |String |Weekly rate of active/Monthly rate of active ​|YES
-|channelid |String |渠道ID ||+|channelid |String |Channel ​ID |YES|
  
-返回数据JSON实例+Returns a JSON data instance
  
-成功返回:+Success:
 <​code>​ <​code>​
 { {
行 1071: 行 1074:
  
 }</​code>​ }</​code>​
-===== 1.10    ​获取使用频率数据 ​=====+===== 1.10    ​Get frequency ​=====
  
  
 getfrequency getfrequency
  
-==== 1.10.1 ​   ​功能说明 ​====+==== 1.10.1 ​   ​Functional specifications ​====
  
  
-根据productid获取时间段内的使用频率。+According to the use frequency ​productid ​for period of time.
  
-==== 1.10.2 ​   ​调用说明 ​====+==== 1.10.2 ​   ​Call instruction ​====
  
  
-=== 1.10.2.1 ​   ​请求方式 ​===+=== 1.10.2.1 ​   ​The request method ​===
  
  
 post post
  
-=== 1.10.2.2 ​   ​请求地址 ​===+=== 1.10.2.2 ​   ​Address of the request ​===
 PREURL/​api/​getfrequency PREURL/​api/​getfrequency
-==== 1.10.3 ​   ​参数 ​====+==== 1.10.3 ​   ​Parameters ​====
  
  
-^字段名称 ​^数据类型 ​^描述 ​^是否必须 ​+^Field name ^Data type ^Description ​^Required ​
-|sessionkey |String |登录成功后返回的验证key |+|sessionkey |String |key to validation after the login success ​|YES
-|productid |String |产品ID ​|+|productid |String |product id |YES
-|startdate |String |开始日期 ​|+|startdate |String |start date |YES
-|enddate |String |结束日期 ​|+|enddate |String |end date |YES
-发送数据JSON实例+Sending ​JSON data instance
 <​code>​ <​code>​
 { {
行 1112: 行 1115:
  
 }</​code>​ }</​code>​
-==== 1.10.4 ​   ​返回结果 ​====+==== 1.10.4 ​   ​Result ​====
  
  
-^字段名称 ​^数据类型 ​^描述 ​^是否必须+^Field name ^Data type ^Description ​^Required
-|flag |int |标识,>0成功,<0失败 ​|+|flag |int |>0Success, <0fail |YES
-|queryResult |JSONArray| |+|queryResult |JSONArray| |YES
-|segment_sk |String |频率分布id |+|segment_sk |String |The frequency distribution ​id |YES
-|segment_name |String |频率分布名称 ​|+|segment_name |String |Name of the frequency distribution ​|YES
-|access |String |访问次数 ​|+|access |String |visits ​|YES
-|percentage |String |所占比例 ​|+|percentage |String |The percentage ​|YES
-返回数据JSON实例+Returns a JSON data instance
  
-成功返回:+Success:
 <​code>​ <​code>​
 { {
行 1208: 行 1211:
 }</​code>​ }</​code>​
  
-===== 1.11    ​获取使用时长数据 ​=====+===== 1.11    ​Obtain usingtime data =====
  
  
 getusingtime getusingtime
  
-==== 1.11.1 ​   ​功能说明 ​====+==== 1.11.1 ​   ​Functional specifications ​====
  
  
-根据productid获取时间段内的使用时长分布。+According to the productid ​get usingtime distribution period.
  
-==== 1.11.2 ​   ​调用说明 ​====+==== 1.11.2 ​   ​Call instruction ​====
  
  
-=== 1.11.2.1 ​   ​请求方式 ​===+=== 1.11.2.1 ​   ​The request method ​===
  
  
 post post
  
-=== 1.11.2.2 ​   ​请求地址 ​===+=== 1.11.2.2 ​   ​Address of the request ​===
  
  
 PREURL/​api/​getusingtime PREURL/​api/​getusingtime
  
-==== 1.11.3 ​   ​参数 ​====+==== 1.11.3 ​   ​Parameters ​====
  
-^字段名称 ​^数据类型 ​^描述 ​^是否必须 ​+^Field name ^Data type ^Description ​^Required ​
-|sessionkey |String |登录成功后返回的验证key |+|sessionkey |String |key to validation after the login success ​|YES
-|productid |String |产品ID ​|+|productid |String |product id |YES
-|startdate |String |开始日期 ​|+|startdate |String |start date |YES
-|enddate |String |结束日期 ​|+|enddate |String |end date |YES
-发送数据JSON实例+Sending ​JSON data instance
 <​code>​ <​code>​
 { {
行 1251: 行 1254:
  
 }</​code>​ }</​code>​
-==== 1.11.4 ​   ​返回结果 ​====+==== 1.11.4 ​   ​Result ​====
  
  
-^字段名称 ​^数据类型 ​^描述 ​^是否必须+^Field name ^Data type ^Description ​^Required
-|flag |int |标识,>0成功,<0失败 ​|+|flag |int |>0Success, <0fail |YES
-|queryResult |JSONArray| |+|queryResult |JSONArray| |YES
-|segment_sk |String |频率分布id |+|segment_sk |String |The frequency distribution ​id |YES
-|segment_name |String |频率分布名称 ​|+|segment_name |String |Name of the frequency distribution ​|YES
-|numbers |String |使用次数 ​|+|numbers |String |times |YES
-|percentage |String |所占比例 ​|+|percentage |String |proportion ​|YES
-返回数据JSON实例: +Returns a JSON data instance: 
-成功返回:+Success:
 <​code>​ <​code>​
 { {
行 1345: 行 1348:
  
 }</​code>​ }</​code>​
-===== 1.12    ​获取小时的数据 ​=====+===== 1.12    ​Obtain the data per hour =====
  
  
 getdatabyhour getdatabyhour
  
-==== 1.12.1 ​   ​功能说明 ​====+==== 1.12.1 ​   ​Functional specifications ​====
  
  
-根据productid获取时间段内的24小时的使用分布情况。+According to the productid ​for period of 24 hours of use.
  
-==== 1.12.2 ​   ​调用说明 ​====+==== 1.12.2 ​   ​Call instruction ​====
  
  
-=== 1.12.2.1 ​   ​请求方式 ​===+=== 1.12.2.1 ​   ​The request method ​===
  
  
 post post
  
-=== 1.12.2.2 ​   ​请求地址 ​===+=== 1.12.2.2 ​   ​Address of the request ​===
  
  
 PREURL/​api/​getdatabyhour PREURL/​api/​getdatabyhour
  
-==== 1.12.3 ​   ​参数 ​==== +==== 1.12.3 ​   ​Parameters ​==== 
-^字段名称 ​^数据类型 ​^描述 ​^是否必须+^Field name ^Data type ^Description ​^Required
-|sessionkey |String |登录成功后返回的验证key |+|sessionkey |String |key to validation after the login success ​|YES
-|productid |String |产品ID ​|+|productid |String |product id |YES
-|startdate |String |开始日期 ​|+|startdate |String |start date |YES
-|enddate |String |结束日期 ​|+|enddate |String |end date |YES
-发送数据JSON实例+Sending ​JSON data instance
 <​code>​ <​code>​
 { {
行 1387: 行 1390:
  
 }</​code>​ }</​code>​
-==== 1.12.4 ​   ​返回结果 ​==== +==== 1.12.4 ​   ​Result ​==== 
-^字段名称 ​^数据类型 ​^描述 ​^是否必须+^Field name ^Data type ^Description ​^Required
-|flag  |int |标识,>0成功,<0失败 ​|+|flag  |int |>0Success, <0fail |YES
-|queryResult |JSONArray |  |+|queryResult |JSONArray |  |YES
-|segment_sk |String |频率分布id |+|segment_sk |String |The frequency distribution ​id |YES
-|segment_name |String |频率分布名称 ​|+|segment_name |String |Name of the frequency distribution ​|YES
-|numbers |String |使用次数 ​|+|numbers |String |times |YES
-|percentage |String |所占比例 ​|+|percentage |String |proportion ​|YES
-返回数据JSON实例+Returns a JSON data instance
  
-成功返回:+Success:
 <​code>​ <​code>​
 { {
行 1453: 行 1456:
 } }
 </​code>​ </​code>​
-===== 1.13    ​获取页面访问数据 ​=====+===== 1.13    ​Access to the data access page =====
  
  
 getpagedata getpagedata
  
-==== 1.13.1 ​   ​功能说明 ​====+==== 1.13.1 ​   ​Functional specifications ​====
  
  
-根据productidversion获取时间段内的页面访问详细。+According to the productid ​and version ​get access detail page within the time period.
  
-==== 1.13.2 ​   ​调用说明 ​====+==== 1.13.2 ​   ​Call instruction ​====
  
  
-=== 1.13.2.1 ​   ​请求方式 ​===+=== 1.13.2.1 ​   ​The request method ​===
  
  
 post post
  
-=== 1.13.2.2 ​   ​请求地址 ​===+=== 1.13.2.2 ​   ​Address of the request ​===
  
  
 PREURL/​api/​getpagedata PREURL/​api/​getpagedata
  
-==== 1.13.3 ​   ​参数 ​==== +==== 1.13.3 ​   ​Parameters ​==== 
-^字段名称 ​^数据类型 ​^描述 ​^是否必须+^Field name ^Data type ^Description ​^Required
-|sessionkey |String |登录成功后返回的验证key |+|sessionkey |String |key to validation after the login success ​|YES
-|productid |String |产品ID ​|+|productid |String |product id |YES
-|startdate |String |开始日期 ​|+|startdate |String |start date |YES
-|enddate |String |结束日期 ​|+|enddate |String |end date |YES
-|version |String |版本号,为空时指所有版本 ​|+|version |String |The version number, if version number is empty it means all version ​|NO
-发送数据JSON实例+Sending ​JSON data instance
 <​code>​ <​code>​
 { {
行 1499: 行 1502:
 } }
  
-+OR
  
 { {
行 1513: 行 1516:
 } }
 </​code>​ </​code>​
-==== 1.13.4 ​   ​返回结果 ​==== +==== 1.13.4 ​   ​Result ​==== 
-^字段名称 ​^数据类型 ​^描述 ​^是否必须^  +^Field name ^Data type ^Description ​^Required^  
-|flag |int |标识,>0成功,<0失败 ​|+|flag |int |>0Success, <0fail |YES
-|queryResult |JSONArray| |+|queryResult |JSONArray| |YES
-|activity |String |页面名称 ​|+|activity |String |page name |YES
-|exitcount |String |activity退出次数 ​|+|exitcount |String |In the activity ​out of times |YES
-|count |String |访问activity次数 ​|+|count |String |count of activity |YES
-|duration |String |activity中持续时长 ​|+|duration |String |duration of activity |YES
-返回数据JSON实例+Returns a JSON data instance
  
-成功返回:+Success:
 <​code>​ <​code>​
 { {
行 1559: 行 1562:
 } }
 </​code>​ </​code>​
-===== 1.14    ​获取地域分析数据(国家) ​=====+===== 1.14    ​Obtain geographical analysis data (state) ​=====
  
  
 getcountry getcountry
  
-==== 1.14.1 ​   ​功能说明 ​====+==== 1.14.1 ​   ​Functional specifications ​====
  
  
-根据productid获取时间段内获取前N(limit决定)国家的分布数据。+According to the productid ​for period before access to N (determined by the limit) ​national distribution of the data.
  
-==== 1.14.2 ​   ​调用说明 ​====+==== 1.14.2 ​   ​Call instruction ​====
  
  
-=== 1.14.2.1 ​   ​请求方式 ​===+=== 1.14.2.1 ​   ​The request method ​===
  
  
 post post
  
-=== 1.14.2.2 ​   ​请求地址 ​===+=== 1.14.2.2 ​   ​Address of the request ​===
  
  
 PREURL/​api/​getcountry PREURL/​api/​getcountry
  
-==== 1.14.3 ​   ​参数 ​==== +==== 1.14.3 ​   ​Parameters ​==== 
-^字段名称 ​^数据类型 ​^描述 ​^是否必须^  +^Field name ^Data type ^Description ​^Required^  
-|sessionkey |String |登录成功后返回的验证key |+|sessionkey |String |key to validation after the login success ​|YES
-|productid |String |产品ID ​|+|productid |String |product id |YES
-|startdate |String |开始日期 ​|+|startdate |String |start date |YES
-|enddate |String |结束日期 ​|+|enddate |String |end date |YES
-|limit |String |Top N |+|limit |String |Top N |NO
-发送数据JSON实例+Sending ​JSON data instance
 <​code>​ <​code>​
 { {
行 1605: 行 1608:
 }</​code>​ }</​code>​
  
-==== 1.14.4 ​   ​返回结果 ​==== +==== 1.14.4 ​   ​Result ​==== 
-^字段名称 ​^数据类型 ​^描述 ​^是否必须^  +^Field name ^Data type ^Description ​^Required^  
-|flag |int |标识,>0成功,<0失败 ​|+|flag |int |>0Success, <0fail |YES
-|queryResult |JSONArray | |+|queryResult |JSONArray | |YES
-|newusers |JSONArray |新增用户数 ​|+|newusers |JSONArray |new users |YES
-|activeusers |JSONArray |活跃用户数 ​|+|activeusers |JSONArray |active users |YES
-|num |String |使用次数 ​|+|num |String |times |YES
-|country |String |国家名称 ​|+|country |String |country name |YES
-|id |String |序号,倒排,num最大排在最前面 ​|+|id |String |Serial number, inversion, and num is the biggest row in front |YES
-返回数据JSON实例+Returns a JSON data instance
  
-成功返回:+Success:
 <​code>​ <​code>​
 { {
行 1700: 行 1703:
 } }
 </​code>​ </​code>​
-===== 1.15    ​获取地域分析数据(省份) ​=====+===== 1.15    ​Obtain geographical analysis data (province) ​=====
  
  
 getregion getregion
  
-==== 1.15.1 ​   ​功能说明 ​====+==== 1.15.1 ​   ​Functional specifications ​====
  
  
-根据productid和国家(country)获取时间段内获取前N(limit决定)省市的分布数据。+According to the productid ​and country ​(country) ​for periods before access to N (determined by the limit) ​provinces, cities and the distribution of data.
  
-==== 1.15.2 ​   ​调用说明 ​====+==== 1.15.2 ​   ​Call instruction ​====
  
  
-=== 1.15.2.1 ​   ​请求方式 ​===+=== 1.15.2.1 ​   ​The request method ​===
  
  
 post post
  
-=== 1.15.2.2 ​   ​请求地址 ​===+=== 1.15.2.2 ​   ​Address of the request ​===
  
  
 PREURL/​api/​getregion PREURL/​api/​getregion
  
-==== 1.15.3 ​   ​参数 ​==== +==== 1.15.3 ​   ​Parameters ​==== 
-^字段名称 ​^数据类型 ​^描述 ​^是否必须+^Field name ^Data type ^Description ​^Required
-|sessionkey |String |登录成功后返回的验证key |+|sessionkey |String |key to validation after the login success ​|YES
-|productid |String |产品ID ​|+|productid |String |product id |YES
-|startdate |String |开始日期 ​|+|startdate |String |start date |YES
-|enddate |String |结束日期 ​|+|enddate |String |end date |YES
-|country |String |国家名称,需与getcountry输出的名称一致 ​|+|country |String |State the name, should be identical with getcountry ​output ​|YES
-|limit |String |Top N  |+|limit |String |Top N  |NO
-发送数据JSON实例+Sending ​JSON data instance
 <​code>​ <​code>​
 { {
行 1748: 行 1751:
  
 }</​code>​ }</​code>​
-==== 1.15.4 ​   ​返回结果 ​==== +==== 1.15.4 ​   ​Result ​==== 
-^字段名称 ​^数据类型 ​^描述 ​^是否必须^  +^Field name ^Data type ^Description ​^Required^  
-|flag |int |标识,>0成功,<0失败 ​||  +|flag |int |>0Success, <0fail |YES|  
-|queryResult |JSONArray| |+|queryResult |JSONArray| |YES
-|newusers |JSONArray |新增用户数 ​|+|newusers |JSONArray |new users |YES
-|activeusers |JSONArray |活跃用户数 ​|+|activeusers |JSONArray |active users |YES
-|num |String |使用次数 ​|+|num |String |times |YES
-|province |String |省市名称 ​|+|province |String |province name |YES
-|id |String |序号,倒排,num最大排在最前面 ​|+|id |String |Serial number, inversion, and num is the biggest row in front |YES
-返回数据JSON实例+Returns a JSON data instance
  
-成功返回:+Success:
 <​code>​ <​code>​
 { {
行 1842: 行 1845:
  
 }</​code>​ }</​code>​
-===== 1.16    ​获取用户留存数据 ​=====+===== 1.16     Get the user data is retained ​=====
  
  
 getretention getretention
  
-==== 1.16.1 ​   ​功能说明 ​====+==== 1.16.1 ​   ​Functional specifications ​====
  
  
-根据productid获取时间段内的用户留存。+According to the productid ​get user retention period.
  
-==== 1.16.2 ​   ​调用说明 ​====+==== 1.16.2 ​   ​Call instruction ​====
  
  
-=== 1.16.2.1 ​   ​请求方式 ​===+=== 1.16.2.1 ​   ​The request method ​===
  
  
 post post
  
-=== 1.16.2.2 ​   ​请求地址 ​===+=== 1.16.2.2 ​   ​Address of the request ​===
  
  
 PREURL/​api/​getretention PREURL/​api/​getretention
  
-==== 1.16.3 ​   ​参数 ​==== +==== 1.16.3 ​   ​Parameters ​==== 
-^字段名称 ​^数据类型 ​^描述 ​^是否必须+^Field name ^Data type ^Description ​^Required
-|sessionkey |String |登录成功后返回的验证key |+|sessionkey |String |key to validation after the login success ​|YES
-|productid |String |产品ID ​|+|productid |String |product id |YES
-|startdate |String |开始日期 ​|+|startdate |String |start date |YES
-|enddate |String |结束日期 ​|+|enddate |String |end date |YES
-|type |String |:month或周:week |+|type |String |value: month or week |YES
-发送数据JSON实例+Sending ​JSON data instance
 <​code>​ <​code>​
 { {
行 1888: 行 1891:
 } }
  
-+OR
  
 { {
行 1903: 行 1906:
  
 }</​code>​ }</​code>​
-==== 1.16.4 ​   ​返回结果 ​==== +==== 1.16.4 ​   ​Result ​==== 
-^字段名称 ​^数据类型 ​^描述 ​^是否必须+^Field name ^Data type ^Description ​^Required
-|flag |int |标识,>0成功,<0失败 ​|+|flag |int |>0Success, <0fail |YES
-|queryResult |String | |+|queryResult |String | |YES
-|startdate |JSONArray |时间段开始日期 ​|+|startdate |JSONArray |period start date |YES
-|enddate |String |时间段结束日期 ​|+|enddate |String |period end date |YES
-|newusers |String |新用户数 ​|+|newusers |String |new users |YES
-|1 |String |+1周/月 |+|1 |String |+1week/month |YES
-|2 |String +2周/月 |是 +|2 |String +2week/month |YES 
-|3 |String |+3周/月 |+|3 |String |+3week/month |YES
-|4 |String |+4周/月 |+|4 |String |+4week/month |YES
-|5 |String |+5周/月 |+|5 |String |+5week/month |YES
-|6 |String |+6周/月 |+|6 |String |+6week/month |YES
-|7 |String |+7周/月 |+|7 |String |+7week/month |YES
-|8 |String |+8周/月 |+|8 |String |+8week/month |YES
-|id |String |序号 ​|+|id |String |id |YES
-返回数据JSON实例+Returns a JSON data instance
  
-成功返回:+Success:
 <​code>​ <​code>​
 { {
行 1988: 行 1991:
  
 }</​code>​ }</​code>​
-===== 1.17    ​获取终端名称数据 ​=====+===== 1.17    ​Data acquisition terminal name =====
  
  
 getdevicebrand getdevicebrand
  
-==== 1.17.1 ​   ​功能说明 ​====+==== 1.17.1 ​   ​Functional specifications ​====
  
  
-根据productid获取时间段内前N(limit决定)位终端设备名称数据分布。+According to former ​productid ​acquisition period ​N (decided by the limit) ​terminal device name data distribution.
  
-==== 1.17.2 ​   ​调用说明 ​====+==== 1.17.2 ​   ​Call instruction ​====
  
  
-=== 1.17.2.1 ​   ​请求方式 ​===+=== 1.17.2.1 ​   ​The request method ​===
  
  
 post post
  
-=== 1.17.2.2 ​   ​请求地址 ​===+=== 1.17.2.2 ​   ​Address of the request ​===
  
  
 PREURL/​api/​getdevicebrand PREURL/​api/​getdevicebrand
  
-==== 1.17.3 ​   ​参数 ​==== +==== 1.17.3 ​   ​Parameters ​==== 
-^字段名称 ​^数据类型 ​^描述 ​^是否必须^  +^Field name ^Data type ^Description ​^Required^  
-|sessionkey |String |登录成功后回的验证key |+|sessionkey |String |key to validation after the login success ​|YES
-|productid |String |产品ID ​|+|productid |String |product id |YES
-|startdate |String |开始日期 ​|+|startdate |String |start date |YES
-|enddate |String |结束日日期 ​| +|enddate |String |end date |YES 
-|limit |String |Top N |+|limit |String |Top N |NO
-发送数据JSON实例+Sending ​JSON data instance
 <​code>​ <​code>​
 { {
行 2034: 行 2037:
 } }
  
-+OR
  
 { {
行 2048: 行 2051:
 } }
 </​code>​ </​code>​
-==== 1.17.4 ​   ​返回结果 ​==== +==== 1.17.4 ​   ​Result ​==== 
-^字段名称 ​^数据类型 ​^描述 ​^是否必须+^Field name ^Data type ^Description ​^Required
-|flag |int |标识,>0成功,<0失败 ​||  +|flag |int |>0Success, <0fail |YES|  
-|queryResult |JSONArray| |+|queryResult |JSONArray| |YES
-|newusers |JSONArray ​ |新用户数 ​|+|newusers |JSONArray ​ |new users |YES
-|activeusers |JSONArray |活跃用户数 ​|+|activeusers |JSONArray |active users |YES
-|num |String |使用次数 ​|+|num |String |times |YES
-|brand |String |设备名称 ​|+|brand |String |devicename ​|YES
-|id |String |序号,倒排 ​|+|id |String |The serial number, inverted ​|YES
-返回数据JSON实例+Returns a JSON data instance
  
-成功返回:+Success:
 <​code>​ <​code>​
 { {
行 2143: 行 2146:
  
 }</​code>​ }</​code>​
-===== 1.18    ​获取终端操作系统数据 ​=====+===== 1.18    ​Data acquisition terminal operating system ​=====
  
  
 getdeviceosversion getdeviceosversion
  
-==== 1.18.1 ​   ​功能说明 ​====+==== 1.18.1 ​   ​Functional specifications ​====
  
  
-根据productid获取时间段内前N(limit决定)位终端操作系统数据分布。+According to productid ​for time period prior to N (determined by the limit) ​a data distribution terminal operating system.
  
-==== 1.18.2 ​   ​调用说明 ​====+==== 1.18.2 ​   ​Call instruction ​====
  
  
-=== 1.18.2.1 ​   ​请求方式 ​===+=== 1.18.2.1 ​   ​The request method ​===
  
  
 post post
  
-=== 1.18.2.2 ​   ​请求地址 ​===+=== 1.18.2.2 ​   ​Address of the request ​===
  
  
 PREURL/​api/​getdeviceosversion PREURL/​api/​getdeviceosversion
  
-==== 1.18.3 ​   ​参数 ​==== +==== 1.18.3 ​   ​Parameters ​==== 
-^字段名称 ​^数据类型 ​^描述 ​^是否必须+^Field name ^Data type ^Description ​^Required
-|sessionkey |String |登录成功后返回的验证key |+|sessionkey |String |key to validation after the login success ​|YES
-|productid |String |产品ID ​|+|productid |String |product id |YES
-|startdate |String |开始日期 ​|+|startdate |String |start date |YES
-|enddate |String |结束日期 ​|+|enddate |String |end date |YES
-|limit |String |Top N,此项省缺为所有数据 ​|+|limit |String |Top N,This means all data by default ​|NO
-发送数据JSON实例+Sending ​JSON data instance
 <​code>​ <​code>​
 { {
行 2189: 行 2192:
 } }
  
-+OR
  
 { {
行 2202: 行 2205:
  
 }</​code>​ }</​code>​
-==== 1.18.4 ​   ​返回结果 ​==== +==== 1.18.4 ​   ​Result ​==== 
-^字段名称 ​^数据类型 ​^描述 ​^是否必须+^Field name ^Data type ^Description ​^Required
-|flag |int |标识,>0成功,<0失败 ​|+|flag |int |>0Success, <0fail |YES
-|queryResult |JSONArray | |+|queryResult |JSONArray | |YES
-|newusers |JSONArray |新用户数 ​|+|newusers |JSONArray |new users |YES
-|activeusers |JSONArray |活跃用户数 ​|+|activeusers |JSONArray |active users |YES
-|num |String |使用次数 ​|+|num |String |times |YES
-|osversion |String |设备操作系统 ​|+|osversion |String |deviceos  ​|YES
-|id |String |序号,倒排 ​|+|id |String |the serial number, inverted ​|YES
-返回数据JSON实例+Returns a JSON data instance
  
-成功返回:+Success:
 <​code>​ <​code>​
 { {
行 2296: 行 2299:
  
 }</​code>​ }</​code>​
-===== 1.19    ​获取终端分辨率数据 ​=====+===== 1.19    ​Data acquisition terminal resolution ​=====
  
  
 getdeviceresolution getdeviceresolution
  
-==== 1.19.1 ​   ​功能说明 ​====+==== 1.19.1 ​   ​Functional specifications ​====
  
  
-根据productid获取时间段内前N(limit决定)位终端操作系统分辨率数据分布。+According to productid ​for time period prior to N (determined by the limit) ​a resolution data distribution terminal operating system.
  
-==== 1.19.2 ​   ​调用说明 ​====+==== 1.19.2 ​   ​Call instruction ​====
  
  
-=== 1.19.2.1 ​   ​请求方式 ​===+=== 1.19.2.1 ​   ​The request method ​===
  
  
 post post
  
-=== 1.19.2.2 ​   ​请求地址 ​===+=== 1.19.2.2 ​   ​Address of the request ​===
  
  
 PREURL/​api/​getdeviceresolution PREURL/​api/​getdeviceresolution
  
-==== 1.19.3 ​   ​参数 ​==== +==== 1.19.3 ​   ​Parameters ​==== 
-^字段名称 ​^数据类型 ​^描述 ​^是否必须+^Field name ^Data type ^Description ​^Required
-|sessionkey |String |登录成功后返回的验证key |+|sessionkey |String |key to validation after the login success ​|YES
-|productid |String |产品ID ​|+|productid |String |product id |YES
-|startdate |String |开始日期 ​|+|startdate |String |start date |YES
-|enddate |String |结束日期 ​|+|enddate |String |end date |YES
-|limit |String |Top N,此项省缺为所有数据 ​|+|limit |String |Top N,This means all data by default ​|NO
-发送数据JSON实例+Sending ​JSON data instance
 <​code>​ <​code>​
 { {
行 2342: 行 2345:
 } }
  
-+OR
  
 { {
行 2355: 行 2358:
  
 }</​code>​ }</​code>​
-==== 1.19.4 ​   ​返回结果 ​==== +==== 1.19.4 ​   ​Result ​==== 
-^字段名称 ​^数据类型 ​^描述 ​^是否必须+^Field name ^Data type ^Description ​^Required
-|flag |int |标识,>0成功,<0失败 ​||  +|flag |int |>0Success, <0fail |YES|  
-|queryResult |JSONArray | |+|queryResult |JSONArray | |YES
-|newusers |JSONArray |新用户数 ​|+|newusers |JSONArray |new users |YES
-|activeusers |JSONArray |活跃用户数 ​|+|activeusers |JSONArray |active users |YES
-|num |String |使用次数 ​|+|num |String |times |YES
-|resolution |String |操作系统分辨率 ​|+|resolution |String |os resolution ​|YES
-|id|String |序号,倒排 ​|+|id|String |id, inverted ​|YES
-返回数据JSON实例+Returns a JSON data instance
  
-成功返回:+Success:
 <​code>​ <​code>​
 { {
行 2449: 行 2452:
  
 }</​code>​ }</​code>​
-===== 1.20    ​获取终端运营商数据 ​=====+===== 1.20    ​Data acquisition terminal operators ​=====
  
  
 getdevicecarrier getdevicecarrier
  
-==== 1.20.1 ​   ​功能说明 ​====+==== 1.20.1 ​   ​Functional specifications ​====
  
  
-根据productid获取时间段内前N(limit决定)位终端使用运营商数据分布。+According to former ​productid ​acquisition period ​N (decided by the limit) ​terminal operators using data distribution.
  
-==== 1.20.2 ​   ​调用说明 ​====+==== 1.20.2 ​   ​Call instruction ​====
  
  
-=== 1.20.2.1 ​   ​请求方式 ​===+=== 1.20.2.1 ​   ​The request method ​===
  
  
 post post
  
-=== 1.20.2.2 ​   ​请求地址 ​===+=== 1.20.2.2 ​   ​Address of the request ​===
  
  
 PREURL/​api/​getdevicecarrier PREURL/​api/​getdevicecarrier
  
-==== 1.20.3 ​   ​参数 ​====+==== 1.20.3 ​   ​Parameters ​====
  
-^字段名称 ​^数据类型 ​^描述 ​^是否必须+^Field name ^Data type ^Description ​^Required
-|sessionkey |String |登录成功后返回的验证key |+|sessionkey |String |key to validation after the login success ​|YES
-|productid |String |产品ID ​|+|productid |String |product id |YES
-|startdate |String |开始日期 ​|+|startdate |String |start date |YES
-|enddate |String |结束日期 ​|+|enddate |String |end date |YES
-|limit |String |Top N,此项省缺为所有数据 ​ |+|limit |String |Top N,This means all data by default ​ |NO
-发送数据JSON实例+Sending ​JSON data instance
 <​code>​ <​code>​
 { {
行 2496: 行 2499:
 } }
  
-+OR
  
 { {
行 2510: 行 2513:
 } }
 </​code>​ </​code>​
-==== 1.20.4 ​   ​返回结果 ​==== +==== 1.20.4 ​   ​Result ​==== 
-^字段名称 ​^数据类型 ​^描述 ​^是否必须+^Field name ^Data type ^Description ​^Required
-|flag |int |标识,>0成功,<0失败 ​|+|flag |int |>0Success, <0fail |YES
-|queryResult |JSONArray | |+|queryResult |JSONArray | |YES
-|newusers |JSONArray |新用户数 ​|+|newusers |JSONArray |new users |YES
-|activeusers |JSONArray |活跃用户数 ​|+|activeusers |JSONArray |active users |YES
-|num |String |使用次数 ​|+|num |String |times |YES
-|carrier |String |运营商 ​|+|carrier |String |operators ​|YES
-|id |String |序号,倒排 ​|+|id |String |the serial number, inverted ​|YES
-返回数据JSON实例+Returns a JSON data instance
  
-成功返回:+Success:
 <​code>​ <​code>​
 { {
行 2605: 行 2608:
 } }
 </​code>​ </​code>​
-===== 1.21    ​获取终端联网方式数据 ​=====+===== 1.21    ​Data acquisition terminal connected to the Internet way =====
  
  
 getdevicenetwork getdevicenetwork
  
-==== 1.21.1 ​   ​功能说明 ​====+==== 1.21.1 ​   ​Functional specifications ​====
  
  
  
-根据productid获取时间段内前N(limit决定)位终端联网方式的数据分布。+According to productid ​for time period prior to N (determined by the limit) ​a terminal connected to the way data distribution.
  
-==== 1.21.2 ​   ​调用说明 ​====+==== 1.21.2 ​   ​Call instruction ​====
  
  
-=== 1.21.2.1 ​   ​请求方式 ​===+=== 1.21.2.1 ​   ​The request method ​===
  
  
 post post
  
-=== 1.21.2.2 ​   ​请求地址 ​===+=== 1.21.2.2 ​   ​Address of the request ​===
  
  
 PREURL/​api/​getdevicenetwork PREURL/​api/​getdevicenetwork
  
-==== 1.21.3 ​   ​参数 ​==== +==== 1.21.3 ​   ​Parameters ​==== 
-^字段名称 ​^数据类型 ​^描述 ​^是否必须+^Field name ^Data type ^Description ​^Required
-|sessionkey |String |登录成功后返回的验证key |+|sessionkey |String |key to validation after the login success ​|YES
-|productid |String |产品ID ​|+|productid |String |product id |YES
-|startdate |String |开始日期 ​|+|startdate |String |start date |YES
-|enddate |String |结束日期 ​|+|enddate |String |end date |YES
-|limit |String |Top N,此项省缺为所有数据 ​|+|limit |String |Top N,This means all data by default ​|NO
-发送数据JSON实例+Sending ​JSON data instance
 <​code>​ <​code>​
 { {
行 2652: 行 2655:
 } }
  
-+OR
  
 { {
行 2666: 行 2669:
 }</​code>​ }</​code>​
  
-==== 1.21.4 ​   ​返回结果 ​==== +==== 1.21.4 ​   ​Result ​==== 
-^字段名称 ​^数据类型 ​^描述 ​^是否必须+^Field name ^Data type ^Description ​^Required
-|flag |int |标识,>0成功,<0失败 ​|+|flag |int |>0Success, <0fail |YES
-|queryResult |JSONArray | |+|queryResult |JSONArray | |YES
-|newusers |JSONArray |新用户数 ​|+|newusers |JSONArray |new users |YES
-|activeusers |JSONArray |活跃用户数 ​|+|activeusers |JSONArray |active users |YES
-|num |String |使用次数 ​|+|num |String |times |YES
-|network |String |联网方式 ​ |+|network |String |network type  |YES
-|id |String |序号,倒排 ​|+|id |String |the serial number, inverted ​|YES
-返回数据JSON实例+Returns a JSON data instance
  
-成功返回:+Success:
 <​code>​ <​code>​
 { {
行 2761: 行 2764:
 } }
 </​code>​ </​code>​
-===== 1.22    ​获取事件数据 ​=====+===== 1.22    ​Access the event data =====
  
  
 geteventdata geteventdata
  
-==== 1.22.1 ​   ​功能说明 ​====+==== 1.22.1 ​   ​Functional specifications ​====
  
  
-根据productid获取时间段内事件的详细数据。+Based on detailed data productid ​for event period.
  
-==== 1.22.2 ​   ​调用说明 ​====+==== 1.22.2 ​   ​Call instruction ​====
  
  
-=== 1.22.2.1 ​   ​请求方式 ​===+=== 1.22.2.1 ​   ​The request method ​===
  
  
 post post
  
-=== 1.22.2.2 ​   ​请求地址 ​===+=== 1.22.2.2 ​   ​Address of the request ​===
  
  
 PREURL/​api/​geteventdata PREURL/​api/​geteventdata
  
-==== 1.22.3 ​   ​参数 ​==== +==== 1.22.3 ​   ​Parameters ​==== 
-^字段名称 ​^数据类型 ​^描述 ​^是否必须+^Field name ^Data type ^Description ​^Required
-|sessionkey |String |登录成功后返回的验证key |+|sessionkey |String |key to validation after the login success ​|YES
-|productid |String |产品ID ​|+|productid |String |product id |YES
-|startdate |String |开始日期 ​|+|startdate |String |start date |YES
-|enddate |String |结束日期 ​|+|enddate |String |end date |YES
-|version |String |版本省缺为所有版本 ​|+|version |String |versionThe default for all versions ​|NO
-发送数据JSON实例+Sending ​JSON data instance
 <​code>​ <​code>​
 { {
行 2807: 行 2810:
 } }
  
-+
  
 { {
行 2821: 行 2824:
 }</​code>​ }</​code>​
  
-==== 1.22.4 ​   ​返回结果 ​====+==== 1.22.4 ​   ​Result ​====
  
-^字段名称 ​^数据类型 ​^描述 ​^是否必须+^Field name ^Data type ^Description ​^Required
-|flag |int |标识,>0成功,<0失败 ​|+|flag |int |>0Success, <0fail |YES
-|queryResult |JSONArray |+|queryResult |JSONArray |YES
-|eventid |JSONArray |事件ID ​|+|eventid |JSONArray |event id |YES
-|eventname |JSONArray |事件名称 ​|+|eventname |JSONArray |event name |YES
-|num |String |事件发生次数 ​|+|num |String |number ​|YES
-返回数据JSON实例+Returns a JSON data instance
  
-成功返回:+Success:
 <​code>​ <​code>​
 { {
行 2872: 行 2875:
  
 }</​code>​ }</​code>​
-===== 1.23    ​获取单一事件详细数据 ​=====+===== 1.23    ​Detailed data for a single event =====
  
  
 geteventdetail geteventdetail
  
-==== 1.23.1 ​   ​功能说明 ​====+==== 1.23.1 ​   ​Functional specifications ​====
  
  
-根据productid获取时间段内的某事件的数量等。+According to the productid ​for period of time the number of a certain event, etc.
  
-==== 1.23.2 ​   ​调用说明 ​====+==== 1.23.2 ​   ​Call instruction ​====
  
  
-=== 1.23.2.1 ​   ​请求方式 ​===+=== 1.23.2.1 ​   ​The request method ​===
  
  
 post post
  
-=== 1.23.2.2 ​   ​请求地址 ​===+=== 1.23.2.2 ​   ​Address of the request ​===
  
  
 PREURL/​api/​geteventdetail PREURL/​api/​geteventdetail
  
-==== 1.23.3 ​   ​参数 ​====+==== 1.23.3 ​   ​Parameters ​====
  
  
-^字段名称 ​^数据类型 ​^描述 ​^是否必须+^Field name ^Data type ^Description ​^Required
-|sessionkey |String |登录成功后返回的验证key |+|sessionkey |String |key to validation after the login success ​|YES
-|productid |String |产品ID ​|+|productid |String |product id |YES
-|eventid |String |事件ID ​|+|eventid |String |event id |YES
-|startdate |String |开始日期 ​|+|startdate |String |start date |YES
-|enddate |String |结束日期 ​|+|enddate |String |end date |YES
-|version |String |版本,缺省为所有版本 ​|+|version |String |version,缺省为所有version ​|NO
-发送数据JSON实例+Sending ​JSON data instance
 <​code>​ <​code>​
 { {
行 2923: 行 2926:
 } }
  
-+OR
  
 { {
行 2939: 行 2942:
 }</​code>​ }</​code>​
  
-==== 1.23.4 ​   ​返回结果 ​====+==== 1.23.4 ​   ​Result ​====
  
  
-^字段名称 ​^数据类型 ​^描述 ​^是否必须+^Field name ^Data type ^Description ​^Required
-|flag |int |标识,>0成功,<0失败 ​|+|flag |int |>0Success, <0fail |YES
-|queryResult |JSONArray| |+|queryResult |JSONArray| |YES
-|id |String |序号 ​|+|id |String |id |YES
-|datevalue |String |日期 ​|+|datevalue |String |date |YES
-|num |String |事件发生次数 ​||+|num |String |number ​|YES|
  
-返回数据JSON实例+Returns a JSON data instance
  
-成功返回:+Success:
 </​code>​ </​code>​
 { {
行 2993: 行 2996:
 }</​code>​ }</​code>​
  
-===== 1.24    ​获取转化率列表 ​=====+===== 1.24    ​Get the conversion list =====
  
  
 getconversionlist getconversionlist
  
-==== 1.24.1 ​   ​功能说明 ​====+==== 1.24.1 ​   ​Functional specifications ​====
  
  
-根据productid获取某时间段内事件的转化率列表数据。+According to the productid ​list of conversion data for a certain time period events.
  
-==== 1.24.2 ​   ​调用说明 ​====+==== 1.24.2 ​   ​Call instruction ​====
  
  
-=== 1.24.2.1 ​   ​请求方式 ​===+=== 1.24.2.1 ​   ​The request method ​===
  
  
 post post
  
-=== 1.24.2.2 ​   ​请求地址 ​===+=== 1.24.2.2 ​   ​Address of the request ​===
  
  
 PREURL/​api/​getconversionlist PREURL/​api/​getconversionlist
  
-==== 1.24.3 ​   ​参数 ​====+==== 1.24.3 ​   ​Parameters ​====
  
  
-^字段名称 ​^数据类型 ​^描述 ​^是否必须+^Field name ^Data type ^Description ​^Required
-sessionkey |String |登录成功后返回的验证key |+sessionkey |String |key to validation after the login success ​|YES
-|productid |String |产品ID ​|+|productid |String |product id |YES
-|startdate |String |开始日期 ​|+|startdate |String |start date |YES
-|enddate |String |结束日期 ​||+|enddate |String |end date |YES|
  
-发送数据JSON实例+Sending ​JSON data instance
 <​code>​ <​code>​
 { {
行 3038: 行 3041:
  
 }</​code>​ }</​code>​
-==== 1.24.4 ​   ​返回结果 ​==== +==== 1.24.4 ​   ​Result ​==== 
-^字段名称 ​^数据类型 ​^描述 ​^是否必须+^Field name ^Data type ^Description ​^Required
-|flag |int |标识,>0成功,<0失败 ​|+|flag |int |>0Success, <0fail |YES
-|queryResult |JSONArray | |+|queryResult |JSONArray | |YES
-|targetid |String |目标ID |+|targetid |String |target ​ID |YES
-|targetname |String |目标名称 ​|+|targetname |String |target name |YES
-|price |String |目标价值 ​|+|price |String |target value |YES
-|startevent |String |起始事件 ​|+|startevent |String |Initial events ​|YES
-|endevent |String |结束时间 ​|+|endevent |String |end time |YES
-|conversion |String |转化率 ​||+|conversion |String |Conversion rate |YES|
  
-返回数据JSON实例+Returns a JSON data instance
  
-成功返回:+Success:
 <​code>​ <​code>​
 { {
行 3111: 行 3114:
 }</​code>​ }</​code>​
  
-===== 1.25    ​获取转化率详细信息 ​=====+===== 1.25    ​Conversion in detail information ​=====
  
  
 getconversiondetail getconversiondetail
  
-==== 1.25.1 ​   ​功能说明 ​====+==== 1.25.1 ​   ​Functional specifications ​====
  
  
-根据productid获取某时间段内转化率的详细信息数据。+According to the productid ​detailed information for a certain time period conversion data.
  
-==== 1.25.2 ​   ​调用说明 ​====+==== 1.25.2 ​   ​Call instruction ​====
  
  
-=== 1.25.2.1 ​   ​请求方式 ​===+=== 1.25.2.1 ​   ​The request method ​===
  
  
 post post
  
-=== 1.25.2.2 ​   ​请求地址 ​===+=== 1.25.2.2 ​   ​Address of the request ​===
  
  
 PREURL/​api/​getconversiondetail PREURL/​api/​getconversiondetail
  
-==== 1.25.3 ​   ​参数 ​====+==== 1.25.3 ​   ​Parameters ​====
  
-^字段名称 ​^数据类型 ​^描述 ​^是否必须+^Field name ^Data type ^Description ​^Required
-|sessionkey |String |登录成功后返回的验证key |+|sessionkey |String |key to validation after the login success ​|YES
-|productid |String |产品ID ​|+|productid |String |product id |YES
-|startdate |String |开始日期 ​|+|startdate |String |start date |YES
-|enddate |String |结束日期 ​|+|enddate |String |end date |YES
-|targetid |String |目标ID |+|targetid |String |target ​ID |YES
-|version |String |版本缺省为所有版本 ​|+|version |String |versionThe default for all versions ​|YES
-发送数据JSON实例+Sending ​JSON data instance
 <​code>​ <​code>​
 { {
行 3159: 行 3162:
 } }
  
-+OR
  
 { {
行 3177: 行 3180:
 }</​code>​ }</​code>​
  
-==== 1.25.4 ​   ​返回结果 ​====+==== 1.25.4 ​   ​Result ​====
  
  
-^字段名称 ​^数据类型 ​^描述 ​^是否必须+^Field name ^Data type ^Description ​^Required
-|flag |int |标识,>0成功,<0失败 ​|+|flag |int |>0Success, <0fail |YES
-|queryResult |JSONArray| |+|queryResult |JSONArray| |YES
-|id |String |序号 ​|+|id |String |id |YES
-|eventid |String |目标ID |+|eventid |String |target ​ID |YES
-|eventname |String |目标名称 ​|+|eventname |String |target name |YES
-|num |String |目标价值 ​|+|num |String |target value |YES
-|conversion |String |转化率 ​||+|conversion |String |conversion rate |YES|
  
-返回数据JSON实例+Returns a JSON data instance
  
-成功返回:+Success:
 <​code>​ <​code>​
 { {
行 3245: 行 3248:
 }</​code>​ }</​code>​
  
-===== 1.26    ​获取错误信息(按版本) ​=====+===== 1.26    ​Get error message (press release) ​=====
  
  
 geterrorbyversion geterrorbyversion
  
-==== 1.26.1 ​   ​功能说明 ​====+==== 1.26.1 ​   ​Functional specifications ​====
  
  
-根据productid获取时间段内的各版本的错误数量等。+According to the productid ​time period for each version of the number of errors, etc.
  
-==== 1.26.2 ​   ​调用说明 ​====+==== 1.26.2 ​   ​Call instruction ​====
  
  
-=== 1.26.2.1 ​   ​调用方式 ​===+=== 1.26.2.1 ​   ​The request method ​===
  
  
 post post
  
-=== 1.26.2.2 ​   ​调用地址 ​===+=== 1.26.2.2 ​   ​Address of request ​===
  
  
 PREURL/​api/​geterrorbyversion PREURL/​api/​geterrorbyversion
  
-==== 1.26.3 ​   ​参数 ​====+==== 1.26.3 ​   ​Parameters ​====
  
-^字段名称 ​^数据类型 ​^描述 ​^是否必须+^Field name ^Data type ^Description ​^Required
-|sessionkey |String |登录成功后的验证key |+|sessionkey |String |key to validation after the login success ​|YES
-|productid |String |产品ID ​|+|productid |String |product id |YES
-|startdate |String ​      ​| ​开始日期  |+|startdate |String ​      ​| ​start date  |YES
-|enddate |String |结束日期 ​||+|enddate |String |end date |YES|
  
-发送数据JSON实例+Sending ​JSON data instance
 <​code>​ <​code>​
 { {
行 3290: 行 3293:
 }<​code>​ }<​code>​
  
-==== 1.26.4 ​   ​返回结果 ​==== +==== 1.26.4 ​   ​Result ​==== 
-^字段名称 ​^数据类型 ​^描述 ​^是否必须+^Field name ^Data type ^Description ​^Required
-|flag |int     |标识,>0成功,<0失败  |+|flag |int     |>0Success, <0fail  |YES
-|queryResult |JSONArray | |+|queryResult |JSONArray | |YES
-|version |String ​           | 日期  |+|version |String ​           | date  |YES
-|num |String |错误数量 ​||+|num |String |number ​|YES|
  
-返回数据JSON实例+Returns a JSON data instance
  
-成功返回:+Success:
 <​code>​ <​code>​
 { {
行 3327: 行 3330:
 }<​code>​ }<​code>​
  
-===== 1.27    ​获取错误详细信息(按版本) ​=====+===== 1.27    ​Error detailed information (press release) ​=====
  
  
 geterrordetailbyversion geterrordetailbyversion
  
-==== 1.27.1 ​   ​功能说明 ​====+==== 1.27.1 ​   ​Functional specifications ​====
  
  
  
-根据productid获取时间段内的各版本的错误详细数据量等。+According to the productid ​time period for each version of the wrong amount of detailed data, etc.
  
-==== 1.27.2 ​   ​调用说明 ​====+==== 1.27.2 ​   ​Call instruction ​====
  
  
-=== 1.27.2.1 ​   ​调用方式 ​===+=== 1.27.2.1 ​   ​The request method ​===
  
  
 post post
  
-=== 1.27.2.2 ​   ​调用地址 ​===+=== 1.27.2.2 ​   ​Address of request ​===
  
  
 PREURL/​api/​geterrordetailbyversion PREURL/​api/​geterrordetailbyversion
  
-==== 1.27.3 ​   ​参数 ​==== +==== 1.27.3 ​   ​Parameters ​==== 
-^字段名称 ​^数据类型 ​^描述 ​^是否必须+^Field name ^Data type ^Description ​^Required
-|sessionkey |String |登录成功后的验证key |+|sessionkey |String |key to validation after the login success ​|YES
-|productid |String |产品ID ​|+|productid |String |product id |YES
-|startdate |String ​      ​| ​开始日期  |+|startdate |String ​      ​| ​start date  |YES
-|enddate |String |结束日期 ​|+|enddate |String |end date |YES
-发送数据JSON实例+Sending ​JSON data instance
 <​code>​ <​code>​
 { {
行 3371: 行 3374:
 } }
 </​code>​ </​code>​
-==== 1.27.4 ​   ​返回结果 ​==== +==== 1.27.4 ​   ​Result ​==== 
-^字段名称 ​^数据类型 ​^描述 ​^是否必须+^Field name ^Data type ^Description ​^Required
-|flag |int     |标识,>0成功,<0失败  |+|flag |int     |>0Success, <0fail  |YES
-|queryResult |JSONArray | |+|queryResult |JSONArray | |YES
-|errorid |String ​      ​| ​错误ID |+|errorid |String ​      ​| ​error ID |YES
-|errortitle |String |错误名称 ​|+|errortitle |String |error name |YES
-|version |String |版本 ​|+|version |String |version ​|YES
-|lastdate |String |最近发生日期 ​|+|lastdate |String |recent date |YES
-|num |String |错误数量 ​|+|num |String |error number ​|YES
-|isfix |String |是否修复 ​||+|isfix |String |is fixed? ​|YES|
  
-返回数据JSON实例+Returns a JSON data instance
  
-成功返回:+Success:
 <​code>​ <​code>​
 { {
行 3428: 行 3431:
 }</​code>​ }</​code>​
  
-===== 1.28    ​获取错误详细列表(按版本) ​=====+===== 1.28    ​Access error detailed list (press release) ​=====
  
  
 geterrordetaillistbyversion geterrordetaillistbyversion
  
-==== 1.28.1 ​   ​功能说明 ​====+==== 1.28.1 ​   ​Functional specifications ​====
  
  
-根据productid获取时间段内的各版本的某一类型错误的所有错误记录。+According to the productid ​for period of time of each version of a type error record all errors.
  
-==== 1.28.2 ​   ​调用说明 ​====+==== 1.28.2 ​   ​Call instruction ​====
  
  
-=== 1.28.2.1 ​   ​调用方式 ​===+=== 1.28.2.1 ​   ​The request method ​===
  
  
 post post
  
-=== 1.28.2.2 ​   ​调用地址 ​===+=== 1.28.2.2 ​   ​Address of request ​===
  
  
 PREURL/​api/​geterrordetailbyversion PREURL/​api/​geterrordetailbyversion
  
-==== 1.28.3 ​   ​参数 ​====+==== 1.28.3 ​   ​Parameters ​====
  
-^字段名称 ​^数据类型 ​^描述 ​^是否必须+^Field name ^Data type ^Description ​^Required
-|sessionkey |String |登录成功后的验证key |+|sessionkey |String |key to validation after the login success ​|YES
-|productid |String |产品ID ​|+|productid |String |product id |YES
-|startdate |String ​      ​| ​开始日期 ||  +|startdate |String ​      ​| ​start date |YES|  
-|enddate |String |结束日期 ​|+|enddate |String |end date |YES
-|erroridentifier |String |MD5加密后 ​|+|erroridentifier |String |MD5 encrypted ​|YES
-发送数据JSON实例+Sending ​JSON data instance
 <​code>​ <​code>​
 { {
行 3475: 行 3478:
 } }
 </​code>​ </​code>​
-==== 1.28.4 ​   ​返回结果 ​====+==== 1.28.4 ​   ​Result ​====
  
-^字段名称 ​^数据类型 ​^描述 ​^是否必须+^Field name ^Data type ^Description ​^Required
-|flag |int    | 标识,>0成功,<0失败  |+|flag |int    | >0Success, <0fail  |YES
-|queryResult |JSONArray| ​ |+|queryResult |JSONArray| ​ |YES
-|datetime |String ​     |   最近发生日日期  |+|datetime |String ​     |   recent date  |YES
-|osversion |String |版本 ​|+|osversion |String |version ​|YES
-|device |String |设备 ​|+|device |String |device ​|YES
-|stacktrace |String |错误详细 ​|+|stacktrace |String |stack trace |YES
-返回数据JSON实例+Returns a JSON data instance
  
-成功返回:+Success:
 <​code>​ <​code>​
 { {
行 3522: 行 3525:
 } }
 </​code>​ </​code>​
-===== 1.29    ​获取错误在操作系统和设备的分布情况(按版本) ​=====+===== 1.29    ​Get error in the distribution of operating systems and devices (press release) ​=====
  
  
 geterrordistributionbyversion geterrordistributionbyversion
  
-==== 1.29.1 ​   ​功能说明 ​====+==== 1.29.1 ​   ​Functional specifications ​====
  
  
-根据productid获取时间段内的各版本的某一类型错误的所有错误记录。+According to the productid ​for period of time of each version of a type error record all errors.
  
-==== 1.29.2 ​   ​调用说明 ​====+==== 1.29.2 ​   ​Call instruction ​====
  
  
-=== 1.29.2.1 ​   ​调用方式 ​===+=== 1.29.2.1 ​   ​The request method ​===
  
  
 post post
  
-=== 1.29.2.2 ​   ​调用地址 ​===+=== 1.29.2.2 ​   ​Address of request ​===
  
  
 PREURL/​api/​geterrordistributionbyversion PREURL/​api/​geterrordistributionbyversion
  
-==== 1.29.3 ​   ​参数 ​====+==== 1.29.3 ​   ​Parameters ​====
  
-^字段名称 ​^数据类型 ​^描述 ​^是否必须+^Field name ^Data type ^Description ​^Required
-|sessionkey |String |登录成功后的验证key |+|sessionkey |String |key to validation after the login success ​|YES
-|productid |String |产品ID ​|+|productid |String |product id |YES
-|startdate |String ​     |  ​开始日期  |+|startdate |String ​     |  ​start date  |YES
-|enddate |String |结束日期 ​|+|enddate |String |end date |YES
-|erroridentifier |String |MD5加密后 ​||+|erroridentifier |String |MD5 encrypted ​|YES|
  
-发送数据JSON实例+Sending ​JSON data instance
 <​code>​ <​code>​
 { {
行 3570: 行 3573:
 } }
 </​code>​ </​code>​
-==== 1.29.4 ​   ​返回结果 ​====+==== 1.29.4 ​   ​Result ​====
  
-^字段名称 ​^数据类型 ​^描述 ​^是否必须+^Field name ^Data type ^Description ​^Required
-|flag |int    | 标识,>0成功,<0失败  |+|flag |int    | >0Success, <0fail  |YES
-|queryResult |JSONArray | |+|queryResult |JSONArray | |YES
-|osversiondis |JSONArray ​      ​| ​ |+|osversiondis |JSONArray ​      ​| ​ |YES
-|devicedis |JSONArray ​ | |+|devicedis |JSONArray ​ | |YES
-|osversion |String |操作系统版本 ​| +|osversion |String |os version ​|YES 
-|device |String |设备 ​|+|device |String |device ​|YES
-|num |String |错误数量 ​||+|num |String |error number ​|YES|
  
-返回数据JSON实例+Returns a JSON data instance
  
-成功返回:+Success:
 <​code>​ <​code>​
 { {
行 3639: 行 3642:
 } }
 </​code>​ </​code>​
-===== 1.30    ​获取错误信息(按操作系统版本) ​=====+===== 1.30    ​Get error message (according to the operating system version) ​=====
  
  
 geterrorbyosversion geterrorbyosversion
  
-==== 1.30.1 ​   ​功能说明 ​====+==== 1.30.1 ​   ​Functional specifications ​====
  
  
-根据productid获取时间段内的各操作系统版本的错误数量等。+According to the productid ​for period of time the operating system version of the Error number, etc.
  
-==== 1.30.2 ​   ​调用说明 ​====+==== 1.30.2 ​   ​Call instruction ​====
  
  
-=== 1.30.2.1 ​   ​调用方式 ​===+=== 1.30.2.1 ​   ​The request method ​===
  
  
 post post
  
-=== 1.30.2.2 ​   ​调用地址 ​===+=== 1.30.2.2 ​   ​Address of request ​===
  
  
 PREURL/​api/​geterrorbyosversion PREURL/​api/​geterrorbyosversion
  
-==== 1.30.3 ​   ​参数 ​====+==== 1.30.3 ​   ​Parameters ​====
  
  
-^字段名称 ​^数据类型 ​^描述 ​^是否必须+^Field name ^Data type ^Description ​^Required
-|sessionkey |String |登录成功后的验证key |+|sessionkey |String |key to validation after the login success ​|YES
-|productid |String |产品ID ​|+|productid |String |product id |YES
-|startdate |String ​      |开始日期 |+|startdate |String ​      |start date |YES
-|enddate |String |结束日期 ​||+|enddate |String |end date |YES|
  
-发送数据JSON实例+Sending ​JSON data instance
 <​code>​ <​code>​
 { {
行 3685: 行 3688:
 }</​code>​ }</​code>​
  
-==== 1.30.4 ​   ​返回结果 ​==== +==== 1.30.4 ​   ​Result ​==== 
-^字段名称 ​^数据类型 ​^描述 ​^是否必须+^Field name ^Data type ^Description ​^Required
-|flag |int    | 标识,>0成功,<0失败  |+|flag |int    | >0Success, <0fail  |YES
-|queryResult |JSONArray | |+|queryResult |JSONArray | |YES
-|osversion |String |操作系统版本 ​|+|osversion |String |os version ​|YES
-|num |String |错误数量 ​ ||+|num |String |error number ​ |YES|
  
-返回数据JSON实例+Returns a JSON data instance
  
-成功返回:+Success:
 <​code>​ <​code>​
 { {
行 3722: 行 3725:
 } }
 </​code>​ </​code>​
-===== 1.31    ​获取错误详细信息(按操作系统版本) ​=====+===== 1.31    ​Error detailed information (by OS version) ​=====
  
  
 geterrordetailbyosversion geterrordetailbyosversion
  
-==== 1.31.1 ​   ​功能说 ​==== +==== 1.31.1 ​   ​Functional specifications ​==== 
-+
  
-根据productid获取时间段内的各操作系统版本的错误详细数量等。+According to the productid ​for period of time error detail number of each OS version.
  
-==== 1.31.2 ​   ​调用说明 ​====+==== 1.31.2 ​   ​Call instruction ​====
  
  
-=== 1.31.2.1 ​   ​调用方式 ​===+=== 1.31.2.1 ​   ​The request method ​===
  
  
 post post
  
-=== 1.31.2.2 ​   ​调用地址 ​===+=== 1.31.2.2 ​   ​Address of request ​===
  
  
 PREURL/​api/​geterrordetailbyosversion PREURL/​api/​geterrordetailbyosversion
  
-==== 1.31.3 ​   ​参数 ​==== +==== 1.31.3 ​   ​Parameters ​==== 
-^字段名称 ​^数据类型 ​^描述 ​^是否必须+^Field name ^Data type ^Description ​^Required
-|sessionkey |String |登录成功后的验证key|+|sessionkey |String |key to validation after the login success|YES
-|productid |String |产品ID ​|+|productid |String |product id |YES
-|startdate |String ​       |开始日期  |+|startdate |String ​       |start date  |YES
-|enddate |String |结束日期 ​ |+|enddate |String |end date  |YES
-发送数据JSON实例+Sending ​JSON data instance
 <​code>​ <​code>​
 { {
行 3765: 行 3768:
 }</​code>​ }</​code>​
  
-==== 1.31.4 ​   ​返回结果 ​==== +==== 1.31.4 ​   ​Result ​==== 
-^字段名称 ​^数据类型 ​^描述 ​^是否必须+^Field name ^Data type ^Description ​^Required
-|flag |int     |标识,>0成功,<0失败  |+|flag |int     |>0Success, <0fail  |YES
-|queryResult |JSONArray | |+|queryResult |JSONArray | |YES
-|errorid |String |错误ID |+|errorid |String |error ID |YES
-|errortitle |String |错误标题 ​|+|errortitle |String |error titile ​|YES
-|osversion |String |操作系统版本 ​|+|osversion |String |os version ​|YES
-|lastdate |String |最近发生日期 ​|+|lastdate |String |recent date |YES
-|num |String |错误数量 ​|+|num |String |error number ​|YES
-|isfix |String |是否修复 ​||+|isfix |String |is fixed? ​|YES|
  
-返回数据JSON实例+Returns a JSON data instance
  
-成功返回:+Success:
 <​code>​ <​code>​
 { {
行 3822: 行 3825:
 } }
 </​code>​ </​code>​
-===== 1.32    ​获取错误详细列表(按操作系统版本) ​=====+===== 1.32    ​Access error detailed list (by OS version) ​=====
  
  
 geterrordetaillistbyosversion geterrordetaillistbyosversion
  
-==== 1.32.1 ​   ​功能说明 ​====+==== 1.32.1 ​   ​Functional specifications ​====
  
  
-根据productid获取时间段内的各版本的某一类型错误的所有错误记录。+According to the productid ​for period of time of each version of a type error record all errors.
  
-==== 1.32.2 ​   ​调用说明 ​====+==== 1.32.2 ​   ​Call instruction ​====
  
  
-=== 1.32.2.1 ​   ​调用方式 ​===+=== 1.32.2.1 ​   ​The request method ​===
  
  
 post post
  
-=== 1.32.2.2 ​   ​调用地址 ​===+=== 1.32.2.2 ​   ​Address of request ​===
  
  
 PREURL/​api/​geterrordetaillistbyosversion PREURL/​api/​geterrordetaillistbyosversion
  
-==== 1.32.3 ​   ​参数 ​==== +==== 1.32.3 ​   ​Parameters ​==== 
-^字段名称 ​^数据类型 ​^描述 ​^是否必须+^Field name ^Data type ^Description ​^Required
-|sessionkey |String |登录成功后的验证key |+|sessionkey |String |key to validation after the login success ​|YES
-|productid |String |产品ID ​|+|productid |String |product id |YES
-|startdate |String ​       |开始日期  |+|startdate |String ​       |start date  |YES
-|enddate |String |结束日期 ​|+|enddate |String |end date |YES
-|erroridentifier |String |MD5加密后 ​||+|erroridentifier |String |MD5 encrypted ​|YES|
  
-发送数据JSON实例+Sending ​JSON data instance
 <​code>​ <​code>​
 { {
行 3869: 行 3872:
 } }
 </​code>​ </​code>​
-==== 1.32.4 ​   ​返回结果 ​====+==== 1.32.4 ​   ​Result ​====
  
-^字段名称 ​^数据类型 ​^描述 ​^是否必须+^Field name ^Data type ^Description ​^Required
-|flag |int     |标识,>0成功,<0失败  |+|flag |int     |>0Success, <0fail  |YES
-|queryResult |JSONArray |+|queryResult |JSONArray |YES
-|datetime |String |最近发生日期 ​|+|datetime |String |recent date |YES
-|version |String |版本 ​|+|version |String |version ​|YES
-|device |String|设备 ​||   +|device |String|device ​|YES|   
-|stacktrace |String |错误详细 ​|+|stacktrace |String |stack trace |YES
-返回数据JSON实例+Returns a JSON data instance
  
-成功返回:+Success:
 <​code>​ <​code>​
 { {
行 3917: 行 3920:
 </​code>​ </​code>​
  
-===== 1.33    ​获取错误在版本和设备的分布情况(按操作系统版本) ​=====+===== 1.33    ​To obtain the distribution of mistakes in the version and the equipment (by OS version) ​=====
  
  
 geterrordistributionbyversion geterrordistributionbyversion
  
-==== 1.33.1 ​   ​功能说明 ​====+==== 1.33.1 ​   ​Functional specifications ​====
  
  
-根据productid获取时间段内的各操作系统版本的某一类型错误的所有错误记录。+According to productid ​time period for the OS version of all the error record a type error.
  
-==== 1.33.2 ​   ​调用说明 ​====+==== 1.33.2 ​   ​Call instruction ​====
  
  
-=== 1.33.2.1 ​   ​调用方式 ​===+=== 1.33.2.1 ​   ​The request method ​===
  
  
 post post
  
-=== 1.33.2.2 ​   ​调用地址 ​===+=== 1.33.2.2 ​   ​Address of request ​===
  
  
 PREURL/​api/​geterrordistributionbyversion PREURL/​api/​geterrordistributionbyversion
  
-==== 1.33.3 ​   ​参数 ​====+==== 1.33.3 ​   ​Parameters ​====
  
-^字段名称 ​^数据类型 ​^描述 ​^是否必须+^Field name ^Data type ^Description ​^Required
-|sessionkey |String |登录成功后的验证key |+|sessionkey |String |key to validation after the login success ​|YES
-|productid |String |产品ID ​|+|productid |String |product id |YES
-|startdate |String ​      ​| ​开始日期  |+|startdate |String ​      ​| ​start date  |YES
-|enddate |String |结束日期 ​|+|enddate |String |end date |YES
-|erroridentifier |String |MD5加密后 ​|+|erroridentifier |String |MD5 encrypted ​|YES
-发送数据JSON实例+Sending ​JSON data instance
 <​code>​ <​code>​
 { {
行 3964: 行 3967:
 }</​code>​ }</​code>​
  
-==== 1.33.4 ​   ​返回结果 ​==== +==== 1.33.4 ​   ​Result ​==== 
-^字段名称 ​^数据类型 ​^描述 ​^是否必须+^Field name ^Data type ^Description ​^Required
-|flag |int     |标识,>0成功,<0失败  |+|flag |int     |>0Success, <0fail  |YES
-|queryResult |JSONArray | |+|queryResult |JSONArray | |YES
-|versiondis |JSONArray| ​ |+|versiondis |JSONArray| ​ |YES
-|devicedis |JSONArray |   |+|devicedis |JSONArray |   |YES
-|version |String |版本 ​|+|version |String |version ​|YES
-|device |String |设备 ​|+|device |String |device ​|YES
-|num |String |错误数量 ​|   |+|num |String |error number ​|   |
  
-返回数据JSON实例+Returns a JSON data instance
  
-成功返回:+Success:
 <​code>​ <​code>​
 { {
行 4033: 行 4036:
 </​code>​ </​code>​
  
-===== 1.34    ​获取错误信息(按设备) ​=====+===== 1.34     Get error message (by device) ​=====
  
  
 geterrorbydevice geterrorbydevice
  
-==== 1.34.1 ​   ​功能说明 ​====+==== 1.34.1 ​   ​Functional specifications ​====
  
  
-根据productid获取时间段内的各版本的错误数量等。+According to the productid ​time period for each version of the Error number, etc.
  
-==== 1.34.2 ​   ​调用说明 ​====+==== 1.34.2 ​   ​Call instruction ​====
  
  
-=== 1.34.2.1 ​   ​调用方 ​=== +=== 1.34.2.1 ​   ​The request method ​=== 
-+
  
 post post
  
-=== 1.34.2.2 ​   ​调用地址 ​===+=== 1.34.2.2 ​   ​Address of request ​===
  
  
 PREURL/​api/​geterrorbydevice PREURL/​api/​geterrorbydevice
  
-==== 1.34.3 ​   ​参数 ​====+==== 1.34.3 ​   ​Parameters ​====
  
-^字段名称 ​^数据类型 ​^描述 ​^是否必须+^Field name ^Data type ^Description ​^Required
-|sessionkey |String |登录成功后的验证key |+|sessionkey |String |key to validation after the login success ​|YES
-|productid |String |产品ID ​|+|productid |String |product id |YES
-|startdate |String ​      ​| ​开始日期  |+|startdate |String ​      ​| ​start date  |YES
-|enddate |String |结束日期 ​ ||+|enddate |String |end date  |YES|
  
-发送数据JSON实例+Sending ​JSON data instance
 <​code>​ <​code>​
 { {
行 4077: 行 4080:
  
 }</​code>​ }</​code>​
-==== 1.34.4 ​   ​返回结果 ​==== +==== 1.34.4 ​   ​Result ​==== 
-^字段名称 ​^数据类型 ​^描述 ​^是否必须+^Field name ^Data type ^Description ​^Required
-|flag |int    | 标识,>0成功,<0失败  |+|flag |int    | >0Success, <0fail  |YES
-|queryResult |JSONArray |  |+|queryResult |JSONArray |  |YES
-|device |String |设备名称 ​|+|device |String |devicename ​|YES
-|num |String |错误数量 ​|  |+|num |String |error number ​|  |
  
-返回数据JSON实例+Returns a JSON data instance
  
-成功返回:+Success:
 <​code>​ <​code>​
 { {
行 4114: 行 4117:
 } }
 </​code>​ </​code>​
-===== 1.35    ​获取错误详细信息(按设备) ​=====+===== 1.35    ​Error detailed information (by device) ​=====
  
  
 geterrordetailbydevice geterrordetailbydevice
  
-==== 1.35.1 ​   ​功能说明 ​====+==== 1.35.1 ​   ​Functional specifications ​====
  
  
-根据productid获取时间段内的各版本的错误详细数量等。+According to the productid ​time period for each version of the error number in detail.
  
-==== 1.35.2 ​   ​调用说明 ​====+==== 1.35.2 ​   ​Call instruction ​====
  
  
-=== 1.35.2.1 ​   ​调用方式 ​===+=== 1.35.2.1 ​   ​The request method ​===
  
  
 post post
  
-=== 1.35.2.2 ​   ​调用地址 ​===+=== 1.35.2.2 ​   ​Address of request ​===
  
  
 PREURL/​api/​geterrordetailbydevice PREURL/​api/​geterrordetailbydevice
  
-==== 1.35.3 ​   ​参数 ​====+==== 1.35.3 ​   ​Parameters ​====
  
-^字段名称 ​^数据类型 ​^描述 ​^是否必须+^Field name ^Data type ^Description ​^Required
-|sessionkey |String |登录成功后的验证key |+|sessionkey |String |key to validation after the login success ​|YES
-|productid |String |产品ID ​|+|productid |String |product id |YES
-|startdate |String ​       |开始日期  |+|startdate |String ​       |start date  |YES
-|enddate |String |结束日期 ​|+|enddate |String |end date |YES
-发送数据JSON实例+Sending ​JSON data instance
 <​code>​ <​code>​
 { {
行 4158: 行 4161:
 }</​code>​ }</​code>​
  
-==== 1.35.4 ​   ​返回结果 ​====+==== 1.35.4 ​   ​Result ​====
  
-^字段名称 ​^数据类型 ​^描述 ​^是否必须+^Field name ^Data type ^Description ​^Required
-|flag |int     |标识,>0成功,<0失败  |+|flag |int     |>0Success, <0fail  |YES
-|queryResult |JSONArray| ​ |+|queryResult |JSONArray| ​ |YES
-|errorid |String |错误ID |+|errorid |String |error ID |YES
-|errortitle |String |错误标题 |+|errortitle |String |error 标题 |YES
-|device |String |设备名称 ​|+|device |String |devicename ​|YES
-|lastdate |String |最近发生日期 ​|+|lastdate |String |recent date |YES
-|num |String |错误数量 ​|+|num |String |error number ​|YES
-|isfix |String |是否修复 |+|isfix |String |YESNO修复 |YES
-返回数据JSON实例+Returns a JSON data instance
  
-成功返回:+Success:
 <​code>​ <​code>​
 { {
行 4213: 行 4216:
 }</​code>​ }</​code>​
  
-===== 1.36    ​获取错误详细列表(按设备) ​=====+===== 1.36    ​Access error detailed list (by device) ​=====
  
  
 geterrordetaillistbydevice geterrordetaillistbydevice
  
-==== 1.36.1 ​   ​功能说明 ​====+==== 1.36.1 ​   ​Functional specifications ​====
  
  
-根据productid获取时间段内的各版本的某一类型错误的所有错误记录。+According to the productid ​for period of time of each version of a type error record all errors.
  
-==== 1.36.2 ​   ​调用说明 ​====+==== 1.36.2 ​   ​Call instruction ​====
  
  
-=== 1.36.2.1 ​   ​调用方式 ​===+=== 1.36.2.1 ​   ​The request method ​===
  
  
 post post
  
-=== 1.36.2.2 ​   ​调用地址 ​===+=== 1.36.2.2 ​   ​Address of request ​===
  
  
 PREURL/​api/​geterrordetaillistbydevice PREURL/​api/​geterrordetaillistbydevice
  
-==== 1.36.3 ​   ​参数 ​====+==== 1.36.3 ​   ​Parameters ​====
  
-^字段名称 ​^数据类型 ​^描述 ​^是否必须+^Field name ^Data type ^Description ​^Required
-|sessionkey |String |登录成功后的验证key |+|sessionkey |String |key to validation after the login success ​|YES
-|productid |String |产品ID ​|+|productid |String |product id |YES
-|startdate |String ​      ​| ​开始日期  |+|startdate |String ​      ​| ​start date  |YES
-|enddate |String |结束日期 ​|+|enddate |String |end date |YES
-|erroridentifier |String |MD5加密后 ​||+|erroridentifier |String |MD5 encrypted ​|YES|
  
-发送数据JSON实例+Sending ​JSON data instance
 <​code>​ <​code>​
 { {
行 4261: 行 4264:
 }<​code>​ }<​code>​
  
-==== 1.36.4 ​   ​返回结果 ​====+==== 1.36.4 ​   ​Result ​====
  
-^字段名称 ​^数据类型 ​^描述 ​^是否必须+^Field name ^Data type ^Description ​^Required
-|flag |int   ​|  ​标识,>0成功,<0失败  |+|flag |int   ​| ​ >0Success, <0fail  |YES
-|queryResult |JSONArray | |+|queryResult |JSONArray | |YES
-|datetime |String |最近发生日期 ​|+|datetime |String |recent date |YES
-|version |String |版本 ​|+|version |String |version ​|YES
-|osversion |String |操作系统版本 ​|+|osversion |String |os version ​|YES
-|stacktrace |String |错误详细 ​|+|stacktrace |String |stack trace |YES
-返回数据JSON实例+Returns a JSON data instance
  
-成功返回:+Success:
 <​code>​ <​code>​
 { {
行 4308: 行 4311:
 } }
 </​code>​ </​code>​
-===== 1.37    ​获取错误在版本和操作系版本的分布情况(按设备) ​=====+===== 1.37    ​Error in the version and operating system version of the distribution (by device) ​=====
  
  
 geterrordistributionbydevice geterrordistributionbydevice
  
-==== 1.37.1 ​   ​功能说明 ​====+==== 1.37.1 ​   ​Functional specifications ​====
  
  
-根据productid获取时间段内的各版本和各操作系统版本的某一类型错误的所有错误记录数。+According to productid ​time period for each version and OS version number one all of the wrong type of error.
  
-==== 1.37.2 ​   ​调用说明 ​====+==== 1.37.2 ​   ​Call instruction ​====
  
  
-=== 1.37.2.1 ​   ​调用方式 ​===+=== 1.37.2.1 ​   ​The request method ​===
  
  
 post post
  
-=== 1.37.2.2 ​   ​调用地址 ​===+=== 1.37.2.2 ​   ​Address of request ​===
  
  
 PREURL/​api/​geterrordistributionbydevice PREURL/​api/​geterrordistributionbydevice
  
-==== 1.37.3 ​   ​参数 ​====+==== 1.37.3 ​   ​Parameters ​====
  
-^字段名称 ​^数据类型 ​^描述 ​^是否必须+^Field name ^Data type ^Description ​^Required
-|sessionkey |String |登录成功后的验证key |+|sessionkey |String |key to validation after the login success ​|YES
-|productid |String |产品ID ​|+|productid |String |product id |YES
-|startdate |String ​      ​| ​开始日期  |+|startdate |String ​      ​| ​start date  |YES
-|enddate |String |结束日期 ​|+|enddate |String |end date |YES
-|erroridentifier |String |MD5加密后 ​|+|erroridentifier |String |MD5 encrypted ​|YES
-发送数据JSON实例+Sending ​JSON data instance
 <​code>​ <​code>​
 { {
en/razor/cobub-razor-api-manual.1426763602.txt.gz · 最后更改: 2017/07/14 11:12 (外部编辑)