Query

Interface

Query object for running a query.

Properties

PropertyTypeNotes
string[]

List of display names for the fields.

string[]

List of fields whose value you want to return in the search result. If no fields are defined in the search query, the following fields are returned by default: jobName , priority , dueDate , currentStep .

boolean

Indicates whether jobs with defined locations are returned.

number

The number of results to return.

string

The query for the search.

string

The match criteria for a simple search.

string

Sort the results by certain fields.

string

Spatial extent string to filter jobs by their locations.

number

The index of the results from which you want to start the list of results

displayNames

optional
Interface Property
displayNames: string[]

List of display names for the fields.

fields

optional
Interface Property
fields: string[]

List of fields whose value you want to return in the search result. If no fields are defined in the search query, the following fields are returned by default: jobName , priority , dueDate , currentStep .

hasLocation

optional
Interface Property
hasLocation: boolean

Indicates whether jobs with defined locations are returned.

num

optional
Interface Property
num: number

The number of results to return.

q

optional
Interface Property
q: string

The query for the search.

optional
Interface Property
search: string

The match criteria for a simple search.

searchId

optional
Interface Property
searchId: string

sortFields

optional
Interface Property
sortFields: SortField[]

Sort the results by certain fields.

spatialExtent

optional
Interface Property
spatialExtent: string

Spatial extent string to filter jobs by their locations.

start

Interface Property
start: number

The index of the results from which you want to start the list of results

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.