curl --location --request GET '/openapi/v0.9/map/api/v1/workspaces//element-groups/elements?group_id=group-123&group_id=group-456' \
--header 'x-user-token;' \
--header 'X-Request-Id: {% mock '\''uuid'\'' %}'
{
"code": 0,
"message": "success",
"data": [
{
"id": "9f10e648-bc33-4119-b8f1-839543d36de8",
"name": "分发测试",
"order": 3,
"is_distributed": true,
"type": 0,
"is_lock": false,
"create_time": 1743056547199,
"pid": "",
"elements": [
{
"id": "af33be70-ea8d-471d-b21b-5c3ddab6aba0",
"name": "haihang.chen 11",
"order": 0,
"status": 1,
"display": 1,
"resource": {
"content": {
"type": "Feature",
"properties": {
"color": "#2D8CF0",
"clampToGround": true,
"is3d": false
},
"geometry": {
"type": "Point",
"coordinates": [
113.93842198931297,
22.58454483899704,
21.504022866001293
],
"breadCrumbs": null
}
},
"type": 0
},
"update_time": 1743580576819,
"create_time": 1743056595093,
"elevation_load_status": 0
}
]
}
]
}