curl --location --request GET '/openapi/v0.9/model/api/v1/workspaces//maps/models?name="test_model"&status&is_distributed=true&file_all_types=image&file_all_types=video' \
--header 'x-user-token: {{x-user-token}}' \
--header 'X-Request-Id: {% mock '\''uuid'\'' %}'{
"code": 0,
"message": "string",
"data": {
"list": [
{
"boundary": "string",
"covered_area": 0,
"create_at": 0,
"elevation_load_status": 0,
"file_prefix": "string",
"file_type": 0,
"gsd": 0,
"id": 0,
"in_uniform_height": true,
"index_file_key": "string",
"input_images_count": 0,
"intensity_info": {
"max_intensity": 0,
"min_intensity": 0
},
"is_displayed": true,
"is_distributed": true,
"is_shown_on_map": true,
"map_model_state": 0,
"max_return_number": 0,
"model_display_mod": 0,
"name": "string",
"order_number": 0,
"reconstruction_2d_info": {
"completed_at": 0,
"covered_area": 0,
"create_at": 0,
"ext": {
"boundary": "string",
"layer_json_object_key": "string"
},
"flight_area_outline": [
0
],
"flight_progress": 0,
"gsd": 0,
"input_images_count": 0,
"name": "string",
"output_resource_uuid": "string",
"progress": 0,
"resource_uuid": "string",
"status": 0,
"sub_uuid": "string",
"type": 0,
"update_at": 0,
"user_info": {
"user_id": "string",
"user_project_callsign": "string",
"user_project_role": "string"
},
"uuid": "string"
},
"resampled_tif_key": "string",
"show_on_map": true,
"state": 0,
"sub_file_type": 0,
"update_at": 0,
"user_id": "string",
"user_name": "string",
"uuid": "string"
}
]
}
}