Forum Discussion
AdamN
13 years agoKhoros Alumni (Retired)
Hi jordanepotter,
Unfortunately, I don't think there's a REST API call to give you exactly what you're looking for. One possibility would be to keep track of the count at various intervals, and then from the difference in those values you'd get a pretty good approximation of usage during that period. For example, you could poll daily, weekly, or montly at a certain time of day to get the total count, and then subtract from that the previous count.