Share via


RecommendationsListQueryParamProperties interface

Properties

$filter

Filter is specified by using OData syntax. Example: $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

Specify true to return only the most critical recommendations. The default is false, which returns all recommendations.

Property Details

$filter

Filter is specified by using OData syntax. Example: $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

Property Value

string

Specify true to return only the most critical recommendations. The default is false, which returns all recommendations.

featured?: boolean

Property Value

boolean