全新司空 2 OpenAPI V1.0(openapi-translation)
  1. Route Management
全新司空 2 OpenAPI V1.0(openapi-translation)
  • Root Directory
    • Authentication and Authorization
      • Authentication Authorization Tutorial
    • System Services
      • FlightHub 2 Public Cloud Access Point Information
      • Query FlightHub 2 System Status
    • Organization Projects
      • Organization Project Tutorial
      • Get the List of Projects Under the Organization
      • Get the List of Devices Under the Organization
      • Get the List of Devices Under the Project
      • Obtain the storage upload credentials for the project
      • Add Members to the Project
    • Livestream Management
      • Live streaming management tutorial
      • Push Livestream
        • Enable Livestream
      • Stream forwarding (only supports private cloud)
        • Stream Forwarding Error Code
        • Create Stream Forwarder
        • Enable/Disable Stream Forwarder
    • Annotation Management
      • Annotation management tutorial
      • Create Map Annotations
    • Task Management
      • Task management tutorial
      • Create Flight Tasks
      • Update Flight Task Status
      • Get the Flight Task List
      • Get Media Files Generated by the Flight Task
      • Get Flight Trajectory Information
    • Device Management
      • Device management tutorial
      • Get Device Properties
      • Get HMS Information
      • Switch Dock Cameras
      • Switch Aircraft Cameras
      • Custom Network RTK Calibration
      • Specify device to enter relay frequency pairing mode (only supports private cloud and relay)
      • Query relay frequency pairing result (only supports private cloud and relay)
    • Route Management
      • Route management tutorial
      • Flight Route Upload Completion Notification
        POST
      • Get the List of Flight Routes Under the Project
        GET
      • Get Flight Route Details
        GET
    • Model Management
      • Model management tutorial
      • Model reconstruction coordinate system
      • Get the List of Models Under the Project
      • Mapping
      • Get the Model Details
      • Get Model File Download URL
    • Open modeling
      • Open modeling tutorial
      • Model Reconstruction Error Code
      • Algorithm parameter introduction
      • Get upload credential
      • Upload callback
      • Get resource details
      • Delete resource
      • Start reconstruction task
      • Stop reconstruction task
      • Get the Model Details
      • Delete Models
  • Get the Stream Transcoder List
    GET
  • Send Real-Time Control Command
    POST
  • Delete Stream Forwarder
    DELETE
  • Acquire Control
    POST
  • Release Control
    DELETE
  • Video Transmission Quality Settings
    PUT
  • Get the Flight Task Information
    GET
  1. Route Management

Get the List of Flight Routes Under the Project

开发中
GET
/openapi/v0.1/wayline
Obtain all route list information under project. The id can be passed in as wayline_id to the Obtain Route Details interface to obtain the download address of the route.

请求参数

Authorization
在 header 添加参数
X-User-Token
示例:
X-User-Token: ********************
Header 参数

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
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>'

返回响应

🟢200Success
application/json
Body

示例
{
"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
}
]
}
}
修改于 2025-04-29 08:41:57
上一页
Flight Route Upload Completion Notification
下一页
Get Flight Route Details
Built with