Query to run (specify syntax or queryID)
Other options. See: /{subdirectory}/apidocs/#/service-info/General/Query
Optional
domainId: numberThe domain ID of the domain to search, defaut is authenticated user's current domain
Returns Promise object that represents a list of Objects
Get a list of the saved queries the current user can access.
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
Returns Promise object that represents a collection of SavedQueries
Get schema for specified query type
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.
Returns Promise object that represents a list of Objects
Get available query types
Returns Promise object that represents a list of Objects
Get info about query types
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
Returns Promise object that represents a list of Objects
Run a query using query language syntax
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
Returns Promise object that represents a list of Objects
Validate a query string
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
Returns Promise object that represents a list of Objects
Validate a query response definition
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
Returns Promise object that represents a list of Objects
Build a query using query language syntax or by specifying a saved query ID