- 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
查找指定ID场景(多个场景)
GET
/scenarios/{scenario_id}/more_details
请求参数
Path 参数
scenario_id
string
必需
示例值:
9220,9221,9222
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 '/scenarios/9220,9221,9222/more_details' \
--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
code
integer
必需
result
object
必需
stop_trigger
object
必需
user_id
integer
必需
is_temp
boolean
必需
tags_en
null
必需
ui_entities_json
object
必需
array_elements
null
必需
name_en
string
必需
criterion_id
integer
必需
environment
object
必需
desc
string
必需
invalid
integer
必需
type
string
必需
traffic_flow
array[string]
必需
lever
null
必需
system_data
boolean
必需
tags
array[string]
必需
evaluation_standard
object
必需
created_at
string
必需
company_id
integer
必需
id
integer
必需
open_scenario_json
object
必需
modified_at
string
必需
parent_id
integer
必需
desc_en
string
必需
name
string
必需
map_id
string
必需
message
string
必需
示例
{
"code": 200,
"result": {
"name": "DOW",
"desc_en": null,
"lever": null,
"is_temp": false,
"map_id": null,
"criterion_id": null,
"ui_entities_json": null,
"tags": [
"测试车门开启预警功能"
],
"company_id": 1,
"id": 9220,
"type": "dir",
"system_data": true,
"array_elements": null,
"modified_at": "2024-08-15 15:01:39",
"parent_id": 9185,
"traffic_flow": null,
"created_at": "2024-07-12 17:57:01",
"extend_content": null,
"tags_en": null,
"name_en": null,
"user_id": 1,
"desc": "",
"invalid": 0,
"open_scenario_json": {},
"stop_trigger": null,
"evaluation_standard": null,
"environment": null
},
"message": ""
}
修改于 2024-09-02 07:24:16