Query to run (specify syntax or queryID)
Other options. See: /{subdirectory}/apidocs/#/service-info/General/Query
Optional
Page?: numberOptional
PageOptional
SortOptional
SortOptional
Variables?: DynamicVariableMapOptional
domainId: numberThe domain ID of the domain to search, defaut is authenticated user's current domain
Get a list of the saved queries the current user can access.
Returns Promise object that represents a collection of SavedQueries
Get the saved queries for a particular type, default is all types
Get only queries created by the current user, default is get all queries current user can access
Restrict GIS searches to specified entity types
Optional
visibleToMobile: booleanFilter visibility to mobile. Default ignore visibility to mobile.
Optional
domainId: numberThe domain ID of the domain to search, defaut is authenticated user's current domain
Get schema for specified query type
Returns Promise object that represents a list of Objects
Specify Query Type
Optional
domainId: numberThe domain ID of the domain to search, defaut is authenticated user's current domain. Used to determine query field configuration for the schema fields.
Get info about query types
Returns Promise object that represents a list of Objects
Include schemas (Work Order, Service Request, etc), default is true.
Include gis schemas, ddefault is true.
Optional
domainId: numberThe domain ID of the domain to search, defaut is authenticated user's current domain
Run a query using query language syntax
Returns Promise object that represents a list of Objects
Query syntax string or saved query ID to run. If you want to append addt'l query items to a saved query, add QueryValue in the options
Other options. See: /{subdirectory}/apidocs/#/service-info/General/Query
Optional
Page?: numberOptional
PageOptional
QueryOptional
ResponseOptional
SortOptional
SortOptional
Variables?: DynamicVariableMapValidate a query string
Returns Promise object that represents a list of Objects
The query to validate
Required if the query includes variables
Optional
domainId: numberThe domain ID of the domain to search, defaut is authenticated user's current domain
Validate a query response definition
Returns Promise object that represents a list of Objects
The query to validate
Required if the query includes variables
Optional
domainId: numberThe domain ID of the domain to search, defaut is authenticated user's current domain
Build a query using query language syntax or by specifying a saved query ID
Returns
Returns Promise object that represents a list of Objects