Indexed Entity Fields

If you are using the Elasticsearch engine, you can search for entities by the following attributes.

Name Description
clientId The client Id of this entity.
data The entity's data object. This is arbitrary JSON and all fields in this object are indexed.
id The Id of this entity.
insertInstant The date the entity was inserted, as an Instant.
lastUpdateInstant The date the entity was most recently updated, as an Instant.
name The name of this entity.
tenantId The tenant Id of this entity.
typeId The Id of the entity type of this entity.