- OASIS SIM(废弃)
- sensors
- dynamics
- cars
- car_models
- jobs
- tasks
- scenarios
- scenario_groups
- scenario_elements
- maps
- test_cases
- scores
- traffic_flows
- controllers
- weathers
- lights
- logs(废弃)
- emails
- users
- evaluates
- file_operator
- trashes(已废弃)
- configs
- licenses
- 查询tokenGET
查找所有评价规则
开发中
GET
/evaluates/customer_criteria
请求参数
Query 参数
content
string
可选
page_num
integer
可选
示例值:
1
pagesize
integer
可选
示例值:
10
locale
string
可选
示例值:
zhCN
Header 参数
Authorization
string
必需
示例值:
bearer {{token}}
Content-Type
string
可选
示例值:
application/json
User-Agent
string
必需
示例值:
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/evaluates/customer_criteria?content=&page_num=1&pagesize=10&locale=zhCN' \
--header 'Authorization: bearer {{token}}' \
--header 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36' \
--header 'Content-Type: application/json'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{
"code": 200,
"result": {
"pageinfo": {
"total_num": 7,
"total_page_num": 1
},
"datas": [
{
"name_en": "script_20240819_616",
"desc": "test",
"system_data": false,
"invalid": 0,
"modified_at": "2024-08-22 09:52:06",
"company_id": 1,
"script_path": "script_20240819_616.py",
"id": 12,
"desc_en": "test",
"name": "script_20240819_616",
"user_id": 1,
"created_at": "2024-08-21 15:29:43"
},
{
"name_en": "ACC_eval",
"desc": "ACC评价示例脚本",
"system_data": true,
"invalid": 0,
"modified_at": "2024-03-19 19:13:54",
"company_id": 1,
"script_path": "ACC_eval.py",
"id": 2,
"desc_en": "ACC_eval",
"name": "ACC_eval",
"user_id": 1,
"created_at": "2023-09-26 16:00:43"
},
{
"name_en": "AEB_eval",
"desc": "AEB评价示例脚本",
"system_data": true,
"invalid": 0,
"modified_at": "2024-03-19 19:13:48",
"company_id": 1,
"script_path": "AEB_eval.py",
"id": 3,
"desc_en": "AEB_eval",
"name": "AEB_eval",
"user_id": 1,
"created_at": "2023-09-26 16:00:43"
},
{
"name_en": "FCW_eval",
"desc": "FCW评价示例脚本",
"system_data": true,
"invalid": 0,
"modified_at": "2024-03-19 19:13:43",
"company_id": 1,
"script_path": "FCW_eval.py",
"id": 4,
"desc_en": "FCW_eval",
"name": "FCW_eval",
"user_id": 1,
"created_at": "2023-09-26 16:00:43"
},
{
"name_en": "LCC_eval",
"desc": "LCC评价示例脚本",
"system_data": true,
"invalid": 0,
"modified_at": "2024-03-19 19:13:38",
"company_id": 1,
"script_path": "LCC_eval.py",
"id": 5,
"desc_en": "LCC_eval",
"name": "LCC_eval",
"user_id": 1,
"created_at": "2023-09-26 16:00:43"
},
{
"name_en": "LDW_eval",
"desc": "LDW评价示例脚本",
"system_data": true,
"invalid": 0,
"modified_at": "2024-03-19 19:13:35",
"company_id": 1,
"script_path": "LDW_eval.py",
"id": 6,
"desc_en": "LDW_eval",
"name": "LDW_eval",
"user_id": 1,
"created_at": "2023-09-26 16:00:43"
},
{
"name_en": "demo_script",
"desc": "自定义评价示例脚本",
"system_data": true,
"invalid": 0,
"modified_at": "2023-09-26 16:07:30",
"company_id": 1,
"script_path": "demo_script.py",
"id": 1,
"desc_en": "A demo script ",
"name": "demo_script",
"user_id": 1,
"created_at": "2023-09-26 16:00:43"
}
]
},
"message": ""
}
修改于 2024-11-08 07:50:04