Get QueryAssist
Request
GET <REST API URL>/resources/queryAssist?query=string&caret=int
Parameter | Description |
---|---|
query | Filter query. See Query Syntax for the definition of supported logical operations syntax. Following fields and tuples are supported for Resources: has: type — Resources with some type has: homeUrl — Resources with some homeURL homeUrl: value — A resource with the given homeURL id: value — A resource with the given id key: resourceKey — A resource with the given key name: resourceName — A resource with the given name project: project — Resources in the griven project service: service — Resources held by the given service |
caret | Query parameter of type int. |
Response
Response body
queryAssist
{
"query": string,
"caret": int,
"styleRanges": [queryStyleRange, ...],
"suggestions": [querySuggestItem, ...]
}
Last modified: 6 April 2017