Get QueryAssist
Request
GET <REST API URL>/services/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 Services: access(project: project, with: role) — Has the given role in the given project access(project: project, with: permission) — Has the given permission in the given project access(project: project) — Has any permission in the given project access(with: role) — Has the given role in some project access(with: permission) — Has the given permission in some project applicationName: serviceApplictionName — Services with the given application name defaultRole: roleName — A service that provide the given default role groupUriPattern: value — Services with the given group uri has: applicationName — Services with defined applicationName has: vendor — Services with defined vendor has: version — Services with defined version has: homeUrl — Services with defined homeUrl has: userUriPattern — Services with defined user uri has: groupUriPattern — Services with defined group uri has: redirectUri — Services with defined homeUrl has: permission — Services that provide some permissions has: defaultRole — Services that provide some permissions has: resource — Services that provide some resources has: license — Services with licenses homeUrl: value — Services with the given homeURL id: value — A service with the given id is: trusted — All trusted services key: value — A service with the given key name: serviceName — A service with the given name permission: permission — A service that provide the given permission redirectUri: value — Services with the given redirectUri resource: resource — A service that holds the given resource userUriPattern: value — Services with the given user uri vendor: serviceVendor — Services from the given vendor |
caret | Query parameter of type int. |
Response
Response body
queryAssist
{ "query": string, "caret": int, "styleRanges": [queryStyleRange, ...], "suggestions": [querySuggestItem, ...] }