2018.1

Table Of Contents
Structure
The structure consists of an object with the following name/value pairs:
l entity the data entity type (value of either DATARECORDS, DATASETS, CONTENTITEMS,
CONTENTSETS, JOBS or JOBSETS) (type of string)
l search search criteria, consisting of an object with the following name/value pairs:
l operator the search rule operator for the base list of rules (value of either AND or
OR) (type of string)
l rules a base list of search rules, consisting of an array of objects each with a
specific rule sub-structure depending on the type of rule
l sort a list of sorting rules, consisting of an array of objects each with the following
name/value pairs:
l name the name of the data value field or data entity property to sort by (type of
string)
l order the order that matches to this rule are sorted by (value of either ASC or DESC)
(type of string)
l type the type of sorting rule (value of either value or property) (type of string)
Sorting rule objects with a type value of value also contain the following additional
name/value pair:
l numeric whether the data value field is a of a numeric type (type of boolean)
l group a list of grouping rules, consisting of an array of objects each with the following
name/value pairs:
l name the name of the data value field or data entity property to group by (type of
string)
l order the order that matches to this rule are grouped by (value of either ASC or
DESC) (type of string)
l type the type of grouping rule (value of either value or property) (type of string)
Grouping rule objects with a type value of value also contain the following additional
name/value pair:
l numeric whether the data value field is a of a numeric type (type of boolean)
Page 92