Get QueryAssist
Request
GET <REST API URL>/projectroles/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 ProjectRoles: group: group — Project roles owned by the given group id: value — A project role with the given id is: team — Project roles with team roles permission: permission — Project roles granted with the given permission project: project — Project roles granted for the given project role: role — Project roles granted with the given role service: service — Project roles owned by the given service |
caret | Query parameter of type int. |
Response
Response body
queryAssist
{ "query": string, "caret": int, "styleRanges": [queryStyleRange, ...], "suggestions": [querySuggestItem, ...] }
Last modified: 19 July 2017