- 授权验证
- 活动信息获取
- 参会人相关接口
- 订单模块
- 内容管理
- 日程模块
- 直播模块
- 展商模块
- 授权及权限管理
- 通讯模块
- 签到软件
- 签到推送
- pbd
获取单会中全部嘉宾列表
POST
https://www.micecube.com/api/guest/getDetailAll
请求参数
Header 参数
Mice-Auth
string
可选
Body 参数multipart/form-data
object {0}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://www.micecube.com/api/guest/getDetailAll'
返回响应
🟢200成功
application/json
Body
code
integer
必需
msg
string
必需
data
object
必需
data
array [object {13}]
必需
itemsCount
integer
总页数
total
integer
一共多少条数据
currentPage
integer
当前页
url
string
可选
time
integer
服务器返回时间
示例
{"code":1,"msg":"\u6210\u529f","data":{"data":[{"id":5002,"form_id":203672,"company_name":"\u82b1\u679c\u5c71","position":"2222","post_name":"\u516b\u6212","post_name_abbr":"B","post_excerpt":"3333","post_content":"<p>111111<\/p>","more":{"thumbnail":""},"mobile":"15169048608","email":"sunpeng@mofyi.com","is_top_time":1693877685,"category_data":[{"id":649,"name":"\u5206\u7c7b\u4e00"},{"id":650,"name":"\u5206\u7c7b\u4e8c"}]},{"id":4867,"form_id":203672,"company_name":"\u82b1\u679c\u5c71","position":"","post_name":"\u609f\u7a7a","post_name_abbr":"W","post_excerpt":"","post_content":"","more":{"thumbnail":""},"mobile":"15169048608","email":"","is_top_time":0,"category_data":[{"id":649,"name":"\u5206\u7c7b\u4e00"}]}],"itemsCount":1,"total":2,"currentPage":1},"url":"","time":1693906118}