Skip to main content

Get Query Suggestions V2

POST 

/iam/api/v2/suggestion

Suggest auto completion for RQL and notify whether the current RQL is valid or not

Request

Body

required
    query string

    Query to validate

Responses

OK

Schema
    valid boolean

    Is query valid

    suggestions string[]

    Suggestion list

    translate boolean

    Should translate

    needsOffsetUpdate boolean

    Should add offset from the query beginning

    offset int32

    The number of characters of offset from the query beginning

Loading...