- 加密模式
- EServiceVisitorResource
- 审批白名单接口
- 一卡通绑定接口信息
- h5菜单接口
- 用户信息
- 尊E享用户管理列表
- 预约讲解点位
- 讲解员管理
- 参观点位配置
- 预约讲解白名单
- 创建预约单
- h5 预约讲解接口
- h5预约讲解接口
- 缴费单接口
- 通知单设置
- 抄表点位
- app 接口 能源
- 费用设置
- 能源费用设置
- MServiceCenterResource
- 抄表计划
- 抄表任务
- app接口
- api
- 货梯登记
- 货梯记录
- h5货梯接口
- 访客管理.
- APP Token endpoint - used by the client to exchange an authorization grant for an
白名单人员table
POST
/visitor008/whiteEm/table
请求参数
Header 参数
Content-Type
string
必需
Body 参数application/json
No schema defined
示例
null
示例 代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://test-cn.your-api-server.com/visitor008/whiteEm/table' \
--header 'Content-Type: application/json' \
--data-raw 'null'
返回响应
🟢200成功
application/json
Body
data
object ()
可选
total
integer | null
可选
filtered
integer | null
可选
pageNumber
integer | null
可选
draw
integer | null
可选
recordsFiltered
integer | null
可选
recordsTotal
integer | null
可选
示例
{
"data": {},
"total": 0,
"filtered": 0,
"pageNumber": 0,
"draw": 0,
"recordsFiltered": 0,
"recordsTotal": 0
}
修改于 2023-05-04 07:11:20