View Single Post
06/20/19, 08:35 AM   #23
ZOS_ChipHilseberg
ZOS Staff!
Premium Member
Yes this person is from ZeniMax!
Join Date: Oct 2014
Posts: 551
Is there an API to ask the server what the cooldowns are at any given time so we can avoid asking during our cooldown? How are the cooldowns enforced? (No response at all, A "no more data" response, A "you are on cooldown" response, etc.)
RequestGuildHistoryCategoryNewest and RequestGuildHistoryCategoryOlder will return false in the case of being on CD. We don't push the server CD to all clients so the client only knows the server CD when it makes a request. There is virtually no cost to calling these APIs all the time since we would just check the CD value on the client and bail.

What happens in guilds where there are more than 100 new entries in a category in 30 minutes?
Each time it will grab the next 100 entries working from the most recent event it last received towards now. If there are more than 100 then those that were left out will come with the next request.
  Reply With Quote