{
"resultCount": 1,
"skipCount": 0,
"dataSetId": "4d7600aa-4d53-4144-aa57-ce0c5b68b1da",
"fromVersion": 0,
"toVersion": 0,
"dataType": "string",
"hostFileId": 0,
"elemName": "string"
}
curl --location --request POST '/blackHole3D/project/versionContrast/elemList' \
--header 'Authorization: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"resultCount": 1,
"skipCount": 0,
"dataSetId": "4d7600aa-4d53-4144-aa57-ce0c5b68b1da",
"fromVersion": 0,
"toVersion": 0,
"dataType": "string",
"hostFileId": 0,
"elemName": "string"
}'
{
"isSuccess": true,
"errMsg": "string",
"data": [
{
"dataType": "string",
"hostFileId": 0,
"fileName": "string",
"elemIntId": 0,
"elemName": "string",
"dependedVersion": 0
}
]
}