RecommendationsListQueryParamProperties interface
屬性
| $filter | 篩選是使用 OData 語法來指定。 範例:$filter=channel eq 'Api' 或 channel eq 'Notification' 和 startTime eq 2014-01-01T00:00:00Z 和 endTime eq 2014-12-31T23:59:59Z 和 timeGrain eq duration'[PT1H|PT1M|P1D] |
| featured | 指定 |
屬性詳細資料
$filter
篩選是使用 OData 語法來指定。 範例:$filter=channel eq 'Api' 或 channel eq 'Notification' 和 startTime eq 2014-01-01T00:00:00Z 和 endTime eq 2014-12-31T23:59:59Z 和 timeGrain eq duration'[PT1H|PT1M|P1D]
$filter?: string
屬性值
string
featured
指定 true 只傳回最重要的建議。 默認值為 false,它會傳回所有建議。
featured?: boolean
屬性值
boolean