Skip to main content
1-Visitor
February 24, 2020
Solved

How old data is being retained by services QueryAlertSummary and QueryAlertHistory from current date

  • February 24, 2020
  • 1 reply
  • 2100 views

Explain the difference between these two services.

 

Thanks in advance

Best answer by slangley

Hi @ranjank.

 

When running the services in Composer, the number of records returned is limited to 500.  If you need to pull more, then you need to design a mashup to display the data.  This will allow you to pull ALL data if needed regardless of timeframe.

 

Regards.

 

--Sharon

1 reply

18-Opal
February 24, 2020

In short, the difference between the two is that QueryAlertHistory uses AlertHistoryStream, while QueryAlertSummary doesn't.

 

/ Constantine

ranjank1-VisitorAuthor
1-Visitor
February 24, 2020

Could you pls let me know how much data is being retrieved by QueryAlertSummary and QueryAlertHistory with respect to current time?

18-Opal
February 24, 2020

That's defined by service parameters -- both maximum number of items, as well as start/end timestamps.

 

/ Constantine