{
"maxResultCount": 1,
"skipCount": 0,
"resourceName": "string",
"resourceNo": "string",
"userName": "string",
"showReadCount": true,
"showProjectName": true,
"shareType": 0,
"shareToUserId": "2f24a3c0-afdb-4888-bfb4-ad6af1380edb",
"projId": "5effe21d-87c1-4f25-956a-63877466b586",
"resourceSubType": 0,
"resourceType": 0
}
curl --location --request POST '/blackHole3D/project/share/list' \
--header 'Authorization: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"maxResultCount": 1,
"skipCount": 0,
"resourceName": "string",
"resourceNo": "string",
"userName": "string",
"showReadCount": true,
"showProjectName": true,
"shareType": 0,
"shareToUserId": "2f24a3c0-afdb-4888-bfb4-ad6af1380edb",
"projId": "5effe21d-87c1-4f25-956a-63877466b586",
"resourceSubType": 0,
"resourceType": 0
}'
{
"items": [
{
"creationTime": "2019-08-24T14:15:22Z",
"creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
"lastModificationTime": "2019-08-24T14:15:22Z",
"lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
"shareId": "6a9e781b-5ee2-4314-8665-1c09eed0443a",
"projId": "5effe21d-87c1-4f25-956a-63877466b586",
"projName": "string",
"shareType": {
"value": 0,
"displayName": "string"
},
"resourceId": "026d60bb-63a8-407e-bf67-01dcfc6022e6",
"resourceType": {
"value": 0,
"displayName": "string"
},
"resourceNo": "string",
"resourceName": "string",
"limitedTime": {
"value": 0,
"displayName": "string"
},
"limitedTimeBegin": "2019-08-24T14:15:22Z",
"limitedTimeEnd": "2019-08-24T14:15:22Z",
"shareToUserId": "2f24a3c0-afdb-4888-bfb4-ad6af1380edb",
"shareToUserName": "string",
"shareToToken": "string",
"shareStatus": {
"value": 0,
"displayName": "string"
},
"count": 0,
"resourceSubType": {
"value": 0,
"displayName": "string"
},
"statusDes": "string"
}
],
"totalCount": 0
}