- Object types
Entity definition
The Entity Definition Object contains all the information related to an entity definition. An entity definition has the following properties:
| Name | Type | Description |
|---|---|---|
id | Number | The id of the entity definition |
name | String | The name of the entity definition |
display_template | String | A template to use when entities of this definition need to be converted to strings. |
labels | Labels | The labels of the entity definition |
member_groups | Array | An array of Member Group Objects. Each member group contains related member definitions. |
self | Link | A hyperlink to the resource that represents this entity definition. |
entities | Link | A hyperlink to the collection resource containing all entities defined by this entity definition. |
Example
If you have suggestions for improving this article, let us know!