Skip to content

FilterPointOfInterestInput

About FilterPointOfInterestInput

FilterPointOfInterestInput allows for filtering points of interest based on criteria described below. Only one field should be provided per Filter object unless an operator (and or not) as specified below.

id

If provided, specifies filters that work against the unique id of a point of interest.

Type: FilterIDInput

siteId

If provided, specifies filters that work against the unique id of the site the point of interest is associated with.

Type: FilterIDInput

name

If provided, specifies filters that work against the name of a point of interest.

Type: FilterStringInput

and

If provided, a point of interest must pass all filters in this list to match the current filter.

Type: [FilterPointOfInterestInput!]

or

If provided, a point of interest must pass at least one of the filters in this list to match the current filter.

Type: [FilterPointOfInterestInput!]

not

If provided, a point of interest may not match this filter to match the current filter.

Type: FilterPointOfInterestInput