curl --location --request GET '/scenarios/group_search?parent_id=9222' \
--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'
{
"code": 200,
"result": {
"pageinfo": {
"total_num": 5,
"total_page_num": 1
},
"datas": [
{
"id": 425,
"name": "GoAlong(HS)_V1(LF)CutIn",
"modified_at": "2023-08-18 11:54:49",
"user_id": 1,
"desc": "",
"name_en": "",
"desc_en": "",
"tags": [
"高速",
"直道",
"车辆侵入"
],
"tags_en": [
"Highway",
"Straight Road",
"Cut In"
],
"type": "file",
"parent_id": 419,
"map_id": "1385909819473243777",
"is_temp": 0,
"system_data": 1,
"criterion_id": 2,
"company_id": 1,
"stop_trigger": "{\"collision\": true, \"sim_timeout\": 180, \"running_timeout\": 300}",
"map_name": "Town05"
},
{
"id": 424,
"name": "GoAlong(HS)_V1(F)StandStill",
"modified_at": "2023-08-18 11:54:49",
"user_id": 1,
"desc": "",
"name_en": "",
"desc_en": "",
"tags": [
"高速",
"直道",
"前方车辆静止"
],
"tags_en": [
"Highway",
"Straight Road",
"Front Vehicle StandStill"
],
"type": "file",
"parent_id": 419,
"map_id": "1385909819473243777",
"is_temp": 0,
"system_data": 1,
"criterion_id": 2,
"company_id": 1,
"stop_trigger": "{\"collision\": true, \"sim_timeout\": 180, \"running_timeout\": 300}",
"map_name": "Town05"
},
{
"id": 423,
"name": "GoAlong(HS)_V1(F)Brake",
"modified_at": "2023-08-18 11:54:49",
"user_id": 1,
"desc": "",
"name_en": "",
"desc_en": "",
"tags": [
"高速",
"直道",
"前方车辆制动"
],
"tags_en": [
"Highway",
"Straight Road",
"Front Vehicle Brake"
],
"type": "file",
"parent_id": 419,
"map_id": "1385909819473243777",
"is_temp": 0,
"system_data": 1,
"criterion_id": 2,
"company_id": 1,
"stop_trigger": "{\"collision\": true, \"sim_timeout\": 180, \"running_timeout\": 300}",
"map_name": "Town05"
},
{
"id": 422,
"name": "GoAlong(HS)_V1(B)Overtake",
"modified_at": "2023-08-18 11:54:49",
"user_id": 1,
"desc": "",
"name_en": "",
"desc_en": "",
"tags": [
"高速",
"直道",
"超车"
],
"tags_en": [
"Highway",
"Straight Road",
"Overtake"
],
"type": "file",
"parent_id": 419,
"map_id": "1385909819473243777",
"is_temp": 0,
"system_data": 1,
"criterion_id": 2,
"company_id": 1,
"stop_trigger": "{\"collision\": true, \"sim_timeout\": 180, \"running_timeout\": 300}",
"map_name": "Town05"
},
{
"id": 420,
"name": "GoAlong(HS)_V1(F)StandStill_V2(LF)StandStill",
"modified_at": "2023-08-18 11:54:49",
"user_id": 1,
"desc": "",
"name_en": "",
"desc_en": "",
"tags": [
"高速",
"直道",
"前方车辆制动"
],
"tags_en": [
"Highway",
"Straight Road",
"Front Vehicle Brake"
],
"type": "file",
"parent_id": 419,
"map_id": "1385909819473243777",
"is_temp": 0,
"system_data": 1,
"criterion_id": 2,
"company_id": 1,
"stop_trigger": "{\"collision\": true, \"sim_timeout\": 180, \"running_timeout\": 300}",
"map_name": "Town05"
}
],
"total_scenario_nums": 5
},
"message": ""
}