RecommendationsListQueryParamProperties interface
プロパティ
| $filter | フィルターは、OData 構文を使用して指定します。 例: $filter=channel eq 'Api' or channel eq 'Notification' and startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[PT1H|PT1M|P1D] |
| featured | 最も重要な推奨事項のみを返す |
プロパティの詳細
$filter
フィルターは、OData 構文を使用して指定します。 例: $filter=channel eq 'Api' or channel eq 'Notification' and startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[PT1H|PT1M|P1D]
$filter?: string
プロパティ値
string
featured
最も重要な推奨事項のみを返す true を指定します。 既定値は falseで、すべての推奨事項が返されます。
featured?: boolean
プロパティ値
boolean