List top comments within an entire spotAsk AIget https://api.openweb.com/engagement-api/top-comments-spotRetrieve the top comments for a Spot ID in a given time periodHeadersx-api-keystringrequiredUnique OpenWeb engagement tokenFollow these steps to obtain the engagement token:From your OpenWeb Admin Dashboard, click Settings.Under Authentication Tokens, copy the Engagement value.NOTE: This value must not be exposed to users.x-spot-idstringrequiredSpot ID of the partnerx-countintegerDefaults to 10Number of comments to returnx-intervalstringenumDefaults to two-monthsPeriod of time to return commentsone-weektwo-weeksone-monthtwo-monthsAllowed:one-weektwo-weeksone-monthtwo-monthsx-monthinteger1 to 12Number of the month within the x-year in which comments were posted The x-month and x-interval values determines the duration of comments returned: If x-month = 3 and x-interval = one-month, the API returns comments posted in March (month 3 of the year). If x-month = 3 and x-interval = two-months (default), the API returns comments posted in March (month 3 of the year) and February (the previous month). Default Value: The month number of the current month.x-weeksstringNumber of the week within the x-month of the x-year in which comments were posted The x-weeks and x-interval values determine the duration of comments returned: If x-weeks = 3 and x-interval = one-week, the API returns comments posted in week 3 of the month of the year. If x-weeks = 3,4 and x-interval = two-weeks, the API returns comments posted in weeks 3 and 4 of the month of the year. NOTES: If x-interval = two-weeks, the x-weeks value must be defined as two consecutive weeks separated by a comma, 3,4. If x-interval = one-month or two-months, the x-weeks value is ignored. x-yearintegerYear of the time rangeThe current year is the default value.Response 200Example responseUpdated 5 months ago