Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.11 KB

File metadata and controls

33 lines (21 loc) · 1.11 KB

EventsSearchRequest

Properties

Name Type Description Notes
query String Search query to inspect.
location SerpListLocation [optional]
language String Search language as an ISO code or full language name. Defaults to en. [optional]
limit Integer Number of results to return, matching the limit parameter used across other UnifAPI endpoints. Maps to result depth. [optional]
view SerpListView [optional]
os SerpListOs [optional]
dateRange DateRangeEnum Restrict events to a relative date range. Defaults to all upcoming events. [optional]

Enum: DateRangeEnum

Name Value
TODAY "today"
TOMORROW "tomorrow"
THIS_WEEK "this_week"
THIS_WEEKEND "this_weekend"
NEXT_WEEK "next_week"
THIS_MONTH "this_month"
NEXT_MONTH "next_month"