curl --location --request GET '/openapi/v0.9/model/api/v1/workspaces//files?page=1&size=20&key="test"&parent_id=123&show_on_map=true' \
--header 'x-user-token;' \
--header 'X-Request-Id: {% mock '\''uuid'\'' %}'
{
"code": 0,
"message": "success",
"data": {
"list": [
{
"id": 37184,
"uuid": "361653a6-f157-4154-baca-37e1c7cbe4fa",
"name": "2DConstructRecord",
"p_infos": {
"pid": 0,
"p_name": "",
"p_file_type": 0,
"p_sub_file_type": 0
},
"has_child": false,
"mod": 7,
"suffix": "",
"size": 0,
"preview_url": "",
"show_on_map": false,
"file_type": 1,
"unzip_percent": 0,
"state": 0,
"error_code": 0,
"converter_percent": 0,
"zip_percent": 0,
"zip_state": 0,
"sub_file_type": 2,
"user_id": "",
"update_at": 1750824330160,
"create_at": 1750824330160,
"collected_at": 0,
"in_uniform_height": false,
"model_display_mod": 0,
"selected_wkt": "",
"resample_state": 0,
"resample_code": 0,
"resampled_tif_key": "",
"reconstruction_job_info": null,
"webp_file_prefix": "",
"index_file_key": "",
"convert_state": 0
}
],
"pagination": {
"page": 1,
"page_size": 20,
"total": 4
},
"ancestors": null
}
}