id can be passed in as wayline_id to the Obtain Route Details interface to obtain the download address of the route.X-User-Token: ********************curl --location --request GET '/openapi/v0.1/wayline' \
--header 'X-Request-Id: {{$string.uuid}}' \
--header 'X-Language: zh' \
--header 'X-Project-Uuid: {{X-Project-Uuid}}' \
--header 'X-User-Token: <api-key>'{
"code": 0,
"message": "",
"data": {
"list": [
{
"id": "9685c7fe-a231-4612-9ced-1d2921db04ad",
"name": "loudspeaker",
"size": 3724762,
"payload_information": [
{
"domain": "1",
"type": "98",
"lens_type": "wide"
}
],
"device_model_key": "0-0-100",
"template_types": [
"waypoint"
],
"update_time": 1737547741191
},
{
"id": "a70c8dec-ec58-4c8d-9ca7-e27c2f01a2d4",
"name": "Create New Area Route",
"size": 1,391,439,
"payload_information": [
{
"domain": "1",
"type": "66",
"lens_type": "wide"
}
],
"device_model_key": "0-0-77",
"template_types": [
"mapping_2d"
],
"update_time": 1737544576295
}
]
}
}