[航线管理] 获取重建航线列表
GET
/openapi/v0.9/wayline/api/v1/workspaces/{proj_uuid}/recon-waylines
es-file-storage
请求参数
Path 参数
proj_uuid
string
必需
Query 参数
key
string
可选
example: test
or_smart_oblique_on
boolean
可选
example: true
order_by
string
可选
example: update_time desc
page
integer
必需
required: true
example: 1
size
integer
可选
example: 20
>= 1<= 100
smart_oblique_on
boolean
可选
example: true
template_type
array[integer]
可选
example: [1,2,3]
uuid
string
可选
example: 4dbc6ef2-0e3c-4d47-8b32-552a44f573c5
workspaceID
string
可选
required: true
example: 4dbc6ef2-0e3c-4d47-8b32-552a44f573c5
Header 参数
x-user-token
string
必需
默认值:
{{x-user-token}}
X-Request-Id
string
可选
默认值:
{% mock 'uuid' %}
示例代码
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.9/wayline/api/v1/workspaces//recon-waylines?key&or_smart_oblique_on&order_by&page&size&smart_oblique_on&template_type&uuid&workspaceID' \
--header 'x-user-token;' \
--header 'X-Request-Id: {% mock '\''uuid'\'' %}'
返回响应
🟢200成功
application/json
Body
HTTP响应模板
code
integer
响应码
message
string
响应消息
data
object
wayline_vo.ReconstructionWaylineListOutput
list
array[object (wayline_vo.ReconstructionWaylineItem) {9}]
航线列表
pagination
object
分页信息
示例
{
"code": 0,
"message": "string",
"data": {
"list": [
{
"file_type": 0,
"id": "string",
"incline_gsd": 0,
"is_smart_oblique_on": true,
"name": "string",
"ortho_gsd": 0,
"recent_flight_at": 0,
"template_types": [
0
],
"update_at": 0
}
],
"pagination": {
"page": 0,
"page_size": 0,
"total": 0
}
}
}
修改于 2025-06-26 11:58:36