Asset Entity Properties
This is where you can discover all the attributes associated with an asset entity and understand their respective definitions.
Properties
While you might encounter additional properties in the responses from the asset entity APIs, please note that only the properties outlined here are officially supported by us.
Example Entity
{
"id": "145064511",
"name": "jacket-occassionwear-02",
"organizationId": "6453d11c462434a35b4abe17",
"locked": false,
"type": "top",
"gender": "neutral",
"modelUrl": "https://example.org/jacket-occassionwear-02.glb",
"iconUrl": "https://example.org/jacket-occassionwear-02.png",
"applications": [
{
"id": "6479be53386e0a8665161420",
"organizationId": "6453d11c462434a35b4abe17",
"isVisibleInEditor": true,
"masculineOrder": 1,
"feminineOrder": 2
}
],
"hasApps": true,
"createdAt": "2023-02-02T14:39:01.026Z",
"updatedAt": "2023-02-02T14:39:08.656Z"
}
Last updated
Was this helpful?