jordanepotter
12 years agoMentor
I need to know the number of each label in a given time frame.
We have a predefined list of labels for our q&a and require labels for each post. We want to know which labels are being used, and how that changes over time. We would like to get these numbers on command but if we could get every month statistics that would be great. I found a rest call to get the number of questions posted with that label: restapi/vc/boards/id/(BOARDID)/threads/for/labels/text/(LABEL)/top/count, but that just returns the total. I tried adding a date range like this to the end of the call: ?date_start=2009-07-01&date_end=2009-07-08, but that did not narrow it down. Is there a way to get what I am looking for?