View all entity types

Learn about the GetEntityTypes endpoint in the DestinationEntity collection.

Affective Computing (powered by Virtue) supports two types of entities in projects; 3D environment and VHs.

This API enables you to retrieve details of these entity types, such as its entity type ID.

API response

Sample

{
    "result": [
        {
            "name": "NPC",
            "id": 1
        },
        {
            "name": "3DEnviroment",
            "id": 2
        }
    ],
    "targetUrl": null,
    "success": true,
    "error": null,
    "unAuthorizedRequest": false,
    "__abp": true
}

Attributes

Attribute
Description

name

Name of the entity type.

id

Unique identifier of the entity type.

Last updated

Was this helpful?