{
"resultCount": 1,
"skipCount": 0,
"projId": "5effe21d-87c1-4f25-956a-63877466b586",
"sceneName": "string"
}
curl --location --request POST '/blackHole3D/project/scene/v3/list' \
--header 'Authorization: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"resultCount": 1,
"skipCount": 0,
"projId": "5effe21d-87c1-4f25-956a-63877466b586",
"sceneName": "string"
}'
{
"items": [
{
"lastModificationTime": "2019-08-24T14:15:22Z",
"creationTime": "2019-08-24T14:15:22Z",
"sceneId": "6ed066d9-2daf-493b-8760-26bb10c4fec5",
"projId": "5effe21d-87c1-4f25-956a-63877466b586",
"sceneName": "string",
"thumbnail": "string",
"status": 0,
"defaultViewStatus": 0,
"displayMode": "string",
"coordinatesType": "string",
"coordinates": "string",
"hasClUpdate": true,
"hasComponents": true,
"hasDataSets": true,
"hasDataSetUpdate": true,
"latestConvertStatus": 0,
"convertStatusDes": "string",
"dataSetPosition": [
{
"dataSetId": "4d7600aa-4d53-4144-aa57-ce0c5b68b1da",
"scale": "string",
"rotate": "string",
"translation": "string"
}
],
"componentPosition": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"dataSetCrs": "string",
"scale": "string",
"rotate": "string",
"translation": "string"
}
]
}
],
"totalCount": 0
}