Share via


RecommendationsListHistoryForWebAppQueryParamProperties 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]

expiredOnly

Specify false to return all recommendations. The default is true, which returns only expired 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

expiredOnly

Specify false to return all recommendations. The default is true, which returns only expired recommendations.

expiredOnly?: boolean

Property Value

boolean