The filter expression used to filter knowledge bases returned by the list
method. The expression has the following syntax:
<field> <operator> <value> [AND <field> <operator> <value>] ...
The following fields and operators are supported:
display_name with has(:) operator
language_code with equals(=) operator
Examples:
'language_code=en-us' matches knowledge bases with en-us language code.
'display_name:articles' matches knowledge bases whose display name
contains "articles".
'language_code=en-gb AND display_name=articles' matches all knowledge
bases whose display name contains "articles" and whose language code is
"en-gb".
Note: An empty filter string (i.e. "") is a no-op and will result in no
filtering.
For more information about filtering, see
API Filtering.
The filter expression used to filter knowledge bases returned by the list
method. The expression has the following syntax:
<field> <operator> <value> [AND <field> <operator> <value>] ...
The following fields and operators are supported:
display_name with has(:) operator
language_code with equals(=) operator
Examples:
'language_code=en-us' matches knowledge bases with en-us language code.
'display_name:articles' matches knowledge bases whose display name
contains "articles".
'language_code=en-gb AND display_name=articles' matches all knowledge
bases whose display name contains "articles" and whose language code is
"en-gb".
Note: An empty filter string (i.e. "") is a no-op and will result in no
filtering.
For more information about filtering, see
API Filtering.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]