DeveloperAPI ReferenceAssetsEntityEntityid
/api/assets/entity/{entityId}
curl -X GET "https://example.com/api/assets/entity/string"{
"assets": [
{
"id": "string",
"itemId": "string",
"entityId": "string",
"fileId": "string",
"type": "string",
"source": "string",
"mimeType": "string",
"width": 0,
"height": 0,
"aspect": "string",
"isSelected": true
}
]
}