Authorization: Bearer ********************
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
curl --location --request POST '/api/services/app/design/viewPoint/get' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}'
{
"name": "string",
"authority": "1",
"type": "1",
"modelId": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
],
"modelGroupId": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
],
"photoUrl": "string",
"fileList": [
{
"path": "string",
"url": "string",
"name": "string",
"size": 0,
"fileId": "string",
"type": "string",
"creationTime": "2019-08-24T14:15:22Z",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
],
"extensionData": "string",
"projectId": "string",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}