Hierarchy

  • Params

Properties

advsearch?: ParamsAdvsearch

Advanced search

databaseid: null | number

data instance id

groupid?: null | number

Group id, 0 means that the function will determine the user group

order?: null | string

The direction of the sorting: 'ASC' or 'DESC'. Empty for using the default database setting.

page?: null | number

The page of records to return.

perpage?: null | number

The number of records to return per page

returncontents?: null | boolean

Whether to return contents or not.

search?: null | string

search string (empty when using advanced)

sort?: null | number

Sort the records by this field id, reserved ids are: 0: timeadded -1: firstname -2: lastname -3: approved -4: timemodified. Empty for using the default database setting.

Generated using TypeDoc