在参会名单中搜索参会人
POST
https://www.micecube.com/api/participant/search请求参数
Header 参数
Mice-Auth
string
必需
示例值:
{"UserPublicKey":"6VOmfs9mHFa70afz1idGh0Ty6VeuCf","ActivityId":203306,"Time":1661533851,"Version":1,"Signature":"bef1913de3f734783c4e221fe0fef6cd"}
Body 参数multipart/form-data
search[0][name]
string
字段name
search[0][value][0]
string
必需
数据列表 搜索的值 array,可以是多个
search[0][action]
string
必需
示例:'1'。 可取值为:'1' => '等于','2' => '不等于','3' => '大于','4' => '小于','5' => '包含','6' => '不包含','7' => '为空',"8" => "不为空","9" => "之间","10" => "不在之间"
page
string
页码 默认1
pagesize
string
必需
每页显示数量 默认50
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
data
object
必需
data
array [object {41}]
必需
total
integer
必需
示例
{
"code": 1,
"data": {
"data": [
{
"id": 1498121,
"form_id": 203306,
"contact_data_id": 970239,
"contact": "悟空2",
"contact_pinyin": "wu kong",
"contact_abbr": "wk",
"mobile": "15169048608",
"email": "sunpeng@mofyi.com",
"idcard": "",
"eamil": "sunpeng@mofyi.com",
"company": "",
"company_tax_id": "",
"avatar": "",
"content": {
"company_tax_id": "",
"name": "悟空2",
"mobile": "15169048608",
"email": "sunpeng@mofyi.com",
"company": "",
"name776291660319411095": "男",
"name121161660319436668": "二班",
"name264751660319459963": "小学",
"mobileCode": "",
"name805521660319681206": "",
"name277241660320228806": null
},
"order": "",
"label": "",
"sign_code": "555186",
"short_link": "6mqX",
"rfid": null,
"source": 1,
"channel": 0,
"other_channel": null,
"openid": null,
"wechat_nickname": "",
"wechat_avatar": "",
"wechat_sex": "",
"wechat_area": "",
"review": 2,
"msg": null,
"undone": 2,
"review_time": null,
"is_review": 1,
"time": 1660319664,
"update_time": 1661228673,
"delete_time": 0,
"token": null,
"avatar_msg": "",
"avatar_status": 0,
"is_sync_avatar": 0,
"is_ec": 0,
"points": "0.00"
}
],
"total": 1
}
}
最后修改时间: 1 年前