Documentation
Entity Query

The entity query allows to search for specific entities by providing filters. This is similar to a SQL query.

Properties
  • Filter
    The filter node defines the root filter node of the query. The root node may contain multiple sub nodes with different filters in it.
  • Language
    The language is applied to the ordering of the entities returned. Some entity fields are language dependent and hence the language is required to order them.
  • Number Of Entities
    The number of entities defines how many entities should be returned. There is a maximum of 100 entities.
  • Order Bys
    The order bys allows to define the ordering of the entities returned by the search.
  • Starting Entity
    The 'starting entity' defines the entity number at which the returned result should start. The entity number is the consecutive number of the entity as returned and it is not the entity id.