...
Description: 预约玩法数据-预约数据列表分页条件查询
Body-parameters:
Parameter | Type | Required | Description |
---|---|---|---|
opfid | string | true | 开放平台ID |
nonce | string | true | 6位随机字串不能为空 |
timestamp | string | true | 签名时间戳 |
signature | string | true | 签名 |
appId | string | true | 作品ID |
componentId | string | true | 玩法组件ID |
nickName | string | false | 微信昵称 |
startTime | string | false | 开始时间, yyyy-MM-dd HH:mm:ss |
endTime | string | false | 结束时间, yyyy-MM-dd HH:mm:ss |
pageNo | int32 | false | 第几页,从1开始 |
pageSize | int32 | false | 每页数据条数 |
Request-body:
代码块 | ||||
---|---|---|---|---|
| ||||
{ "opfid": "83", "nonce": "nnx265", "timestamp": "2021-08-19 12:23:58", "signature": "6yvfwv", "appId": "83", "componentId": "83", "nickName": "jesse.pfannerstill", "startTime": "2021-08-19 12:23:59", "endTime": "2021-08-19", "pageNo": 621, "pageSize": 10 } |
Response-fields:
Field | Type | Description |
---|
code | string | 状态码 |
errorCode | string | 错误状态码 |
-
msg | string | 状态描述 |
-
data | object | 数据 |
-
└─list
array
No comments found.
-
└─orgId
string
兔展定义的企业ID
-
└─appId
string
作品ID
-
└─componentId
string
玩法唯一标识ID
-
└─startTime
string
开始时间, yyyy-MM-dd HH:mm:ss
-
└─endTime
string
结束时间, yyyy-MM-dd HH:mm:ss
-
└─pageNo
int32
第几页,从1开始
-
└─pageSize
int32
每页数据条数
-
└─nickName
string
微信昵称
-
└─sex
string
性别
-
└─region
string
地区
-
└─device
string
设备
-
└─drawCode
string
抽签码/抽奖码
-
└─joinDate
string
参与时间
-
└─audienceUserId
string
客户档案id
-
string
微信头像
-
└─pageNo | int32 |
No comments found.
页码 |
└─pageSize | int32 |
No comments found.
-
└─beginIndex
int32
No comments found.
-
└─orderCondition
string
No comments found.
-
└─pageCount
int32
No comments found.
-
└─sort
string
No comments found.
-
└─order
string
No comments found.
-
└─mulFieldOrder
string
No comments found.
-
└─otherData
object
No comments found.
-
页大小 | |
└─totalCount | int32 |
No comments found.
-
数据总量 | ||
└─list | array | 实际数据 |
└─orgId | string | 兔展定义的企业ID |
-
└─appId | string | 作品ID |
-
└─componentId | string | 玩法唯一标识ID |
└─startTime | string | 开始时间, yyyy-MM-dd HH:mm:ss |
-
└─endTime | string | 结束时间, yyyy-MM-dd HH:mm:ss |
└─pageNo | int32 | 第几页,从1开始 |
└─pageSize | int32 | 每页数据条数 |
└─nickName | string | 微信昵称 |
-
└─sex | string | 性别 |
-
└─region | string | 地区 |
-
└─device | string | 设备 |
-
└─drawCode | string | 抽签码/抽奖码 |
-
└─joinDate | string | 参与时间 |
└─avatar | string | 微信头像 |
└─audienceUserId | string | 客户档案id |
-
Response-example:
代码块 | ||||
---|---|---|---|---|
| ||||
{ "code": "20894", "errorCode": "20894", "msg": "5is0i7", "data": { "list": [ { "orgId": "83",{ "appId": "83", "componentIdorgId": "83", "startTime": "2021-08-19 12:23:59", "endTimeappId": "2021-08-1983", "pageNo": 374, "pageSizecomponentId": 10"83", "nickName": "jesse.pfannerstill", "sexstartTime": "qhhf492021-08-19 12:23:59", "region": "0fulc5", "deviceendTime": "fozuil2021-08-19", "drawCode": "20894", "joinDatepageNo": "2021-08-19"374, "avatar": "pqywn0", "audienceUserIdpageSize": "83"10, } ], "pageNonickName": 680"jesse.pfannerstill", "pageSize": 10, "totalCount": 824, "beginIndex": 905, "orderConditionsex": "z0am0yqhhf49", "pageCount": 854, "sort": "z8zz4b", "orderregion": "kfop3l0fulc5", "mulFieldOrder": "gc6owa", "otherData": { "orgIddevice": "83fozuil", "appId": "83", "componentIddrawCode": "8320894", "startTime": "2021-08-19 12:23:59", "endTimejoinDate": "2021-08-19", "pageNo": 691, "pageSizeavatar": 10"pqywn0", "nickName": "jesse.pfannerstill", "sexaudienceUserId": "k5ztyg83", "region": "o18agb", } "device": "7gk17m", "drawCode": "20894"], "joinDatepageNo": "2021-08-19"680, "avatarpageSize": "zyy37v"10, "audienceUserIdtotalCount": "83"824 } } } |