Entity Type
Entity Types are used to categorize and describe Entities.
For example you make a generic category 'Building' and describe what attributes you'd like any building in your account to have.
Attributes such as 'Name', 'Address', 'Owner', etc.
Entities must be assigned an Entity Type ID.
Data model
Below is a basic data model for an Entity Type record.
When further documentation refers to IEntityType or just an Entity Type record, you can reference this data model.
Entity Type requests.
Below are the basic requests for managing Entity Type records.
Get Entity Types
Response
Javascript example
When requesting a list of Entity Types with any filter, the parent Entity Types are included in the response.
Get Entity Type by ID
Response
Javascript example
Create/Update Entity Type
Response
Delete Entity Type
Javascript example
Deleting an Entity Type will also delete all Entities of that type, and all child Entity Types (recursively).