Skip to content

Entity filter operations

The main endpoint for entities allows for various operations used for sorting, filtering, grouping, etc.

The possible filters are the following:

  • fields[]=: filter used to only show data relevant to one of the entity’s columns. By default, entity fields created by DatAscend start prefixed with data_.
  • sort_field[]=&sort_direction[]=: Filter used to show a column sorted by either ascending (asc) or descending (desc) values.
  • search=: Search for an specific value in the list of possible values.
  • key[]=&operator[]=&value[]=: Used to filter records that match a certain patterns. Possible operators are: LIKE (lk), EQUALS (eq) and NOT EQUALS (neq). There can be multiple key value filters like this in a query.
  • relationFilter[]=&relationValue[]=: Shows only records that match the relation specified.
  • grouping_field[]=: This can be used to return the data in a grouped by a column’s values.