IdpsQueryObject interface
Will describe the query to run against the IDPS signatures DB
Properties
filters | Contain all filters names and values |
order |
Column to sort response by |
results |
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
orderBy
resultsPerPage
The number of the results to return in each page
resultsPerPage?: number
Property Value
number
search
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