RecommendationsListRecommendedRulesForWebAppQueryParamProperties interface
Properties
| $filter | Return only channels specified in the filter. Filter is specified by using OData syntax. Example: $filter=channel eq 'Api' or channel eq 'Notification' |
| featured | Specify |
Property Details
$filter
Return only channels specified in the filter. Filter is specified by using OData syntax. Example: $filter=channel eq 'Api' or channel eq 'Notification'
$filter?: string
Property Value
string
featured
Specify true to return only the most critical recommendations. The default is false, which returns all recommendations.
featured?: boolean
Property Value
boolean