测试数据范围
GET
/test/dataRange
请求参数
Header 参数
Authorization
string
可选
示例值:
{{token}}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://localhost:8081/test/dataRange' \
--header 'Authorization: '
返回响应
🟢200成功
application/json
Body
array of:
id
integer
可选
name
string
可选
description
string
可选
createTime
string
可选
updateTime
string
可选
isDeleted
boolean
可选
示例
[{"id":1,"name":"test1","description":"test1description","createTime":"2024-07-04 14:25:08","updateTime":"2024-07-04 14:25:11","isDeleted":false}]