{
"projId": "5effe21d-87c1-4f25-956a-63877466b586",
"dataSetName": "string",
"status": [
0
],
"dataSetType": 0
}
curl --location --request POST '/blackHole3D/project/v3/getAllDataSets' \
--header 'Authorization: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"projId": "5effe21d-87c1-4f25-956a-63877466b586",
"dataSetName": "string",
"status": [
0
],
"dataSetType": 0
}'
[
{
"lastModificationTime": "2019-08-24T14:15:22Z",
"creationTime": "2019-08-24T14:15:22Z",
"dataSetId": "4d7600aa-4d53-4144-aa57-ce0c5b68b1da",
"projId": "5effe21d-87c1-4f25-956a-63877466b586",
"dataSetName": "string",
"length": 0,
"formatType": 0,
"dataSetType": 0,
"status": 0,
"successVersion": 0,
"resourcesAddress": "string"
}
]