Skip to main content

Suggest Filters

POST 

/apm/api/v1/filter/action-plan/suggest

List suggestions for UI filters. You must have ActionPlanOverview_READ permission to access this endpoint.

Request

Header Parameters

    x-redlock-auth stringrequired

    Authorize using Authentication token

    Example: jwt token

Body

required
    filterName FilterSuggestFieldEnum

    Possible values: [status, finding.type]

    name of the filter It will be action_plan.name

    query string

    Typed in string on UI (substring will be searched)

Responses

OK

Schema
    offset int64

    Exact offset where the query begins

    queryRemainder string
    translate boolean
    needsOffsetUpdate boolean
    completeParameters string[]
    valid boolean
    suggestions string[]
Loading...