IdpsQueryObject interface

Will describe the query to run against the IDPS signatures DB

Properties

filters

Contain all filters names and values

orderBy

Column to sort response by

resultsPerPage

The number of the results to return in each page

search

Search term in all columns

skip

The number of records matching the filter to skip

Property Details

filters

Contain all filters names and values

filters?: FilterItems[]

Property Value

orderBy

Column to sort response by

orderBy?: OrderBy

Property Value

resultsPerPage

The number of the results to return in each page

resultsPerPage?: number

Property Value

number

Search term in all columns

search?: string

Property Value

string

skip

The number of records matching the filter to skip

skip?: number

Property Value

number