{
"dataSetIds": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}
curl --location --request POST '/blackHole3D/project/componentLibrary/v3/private/viewDataSetModel' \
--header 'Authorization: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"dataSetIds": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}'
{
"isSuccess": true,
"errMsg": "string",
"data": [
{
"resId": "string",
"dataSetId": "4d7600aa-4d53-4144-aa57-ce0c5b68b1da",
"dataSetType": 0,
"coordinatesConfig": {
"coordinatesType": "string",
"coordinates": "string",
"coordinatesPoint": {
"coordinates": "string",
"latitude": "string",
"longitude": "string"
},
"basePointType": "string",
"basePoint": "string",
"northAngle": "string"
},
"status": 0,
"resourcesAddress": "string",
"context": "string",
"scale": "string",
"rotate": "string",
"translation": "string"
}
]
}