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.

chevron-rightId - stringhashtag

Automatically generated numeric Identifier of an asset.

chevron-rightName - stringhashtag

The name of an asset.

chevron-rightOrganizationId - stringhashtag

The Id of the asset owner organization.

chevron-rightLocked - booleanhashtag

A boolean value which when set to true requires the asset to be unlocked for specific user before it is usable by them.

chevron-rightType - enum (string)hashtag

Defines which body part of the avatar this asset belongs to. Possible values:

  • beard

  • bottom

  • eye

  • eyebrows

  • eyeshape

  • facemask

  • faceshape

  • facewear

  • footwear

  • glasses

  • hair

  • headwear

  • lipshape

  • noseshape

  • outfit

  • shirt

  • top

  • costume

chevron-rightGender - enum (string)hashtag

Defines which avatar genders are supported for this asset. Possible values:

  • male

  • female

  • neutral - asset supports both male & female avatars

chevron-rightModelUrl* - stringhashtag

The URL where you can find the GLB model for the asset. NB: This field is available only for the assets that you can see in your Ready Player Me Studio asset manager.

chevron-rightIconUrl - stringhashtag

The URL where you can find the icon for the asset.

chevron-rightApplications - ApplicationAssetRelation[]hashtag

Array of application-asset relations NB: Only returns the relations for applications that belong to the asset owner organization.

Properties: id: Id of the application

organizationId: Application owner organization ID

isVisibleInEditor: boolean which defines if the asset is visible in provided applications avatar editor

masculineOrder: for male/neutral assets, defines the asset order in avatar editor for specified application

feminineOrder: for female/neutral assets, defines the asset order in avatar editor for specified application

chevron-rightHasApps - booleanhashtag

A boolean value indicating if this asset is available in any applications or not.

chevron-rightCreatedAt - stringhashtag

Datetime when this asset was created.

chevron-rightUpdatedAt - stringhashtag

Datetime when this asset was last updated.

Example Entity

Last updated

Was this helpful?