v1

latestOpenAPI 3.0.1Licensed under Uberall2026-08-0629353914.0 MB
Data Point Filters

Create a new saved datapoint's filter

Creates a new DataPointFilter

post/data-points/filters

Request body

namestring required

The filter name

sharedboolean

Defines if the filter is shared or not

directoriesstring[]

The list of directories for which the dataPoints should be filtered

countriesstring[]

The list of countries for which the dataPoints should be filtered

dataPointTypesstring[]

The list of data point types (REVIEW or PHOTO) for which the dataPoints should be filtered

ratingsinteger[]

The list of ratings (1, 2, 3, 4 or 5) for which the dataPoints should be filtered

labelsstring[]

The list of labels for which the dataPoints should be filtered

isReadboolean

Flag to set when only datapoints should be shown that the current user already read

hasReplyboolean

Flag to set when only datapoints with a reply should be shown

hasTextboolean

Flag to set when only datapoints with text should be shown

querystring

Any combination of words that should be checked in the dataPoints text, reply messages and author

frequency'ALWAYS' | 'DAILY' | 'WEEKLY' | 'MONTHLY' | 'QUARTERLY' | 'NEVER'

The frequency of the email notifications.

timeSpan'TODAY' | 'LAST_7_DAYS' | 'LAST_14_DAYS' | 'LAST_30_DAYS' | 'LAST_90_DAYS' | 'LAST_365_DAYS' | 'ALL_TIME'

The date range for which the dataPoints should be filtered.

crossfeedFilterIdinteger

The id of a filter saved by a user in the Feed

dateEndstring date-time

The maximum date for which the dataPoints should be filtered

dateStartstring date-time

The minimum date for which the dataPoints should be filtered

ownerIdinteger

The id of the user that owns the filter

ownerNamestring

The name of the user that owns the filter

salesPartnerIdinteger

The sales partner to which the filter belongs

subscriberIdsinteger[]

The list of user's ids that are subscribed to the filter

businessIdsinteger[]

The list of businesses IDs for which the dataPoints should be filtered

Response

Success