I am trying to get the data to create the burned down chart from version one. I came to know there is no standard api's for that. Here i found that by making multiple call's to fetch todo value for a scope of timebox it is possible.
Is there any better way to do it? and also let me know any good open source libraries(javascrpt/java) to plot such graph
i tried the way shown here but i am not able to make out what value i am getting.
i tried a get request like
"base URL"/rest-1.v1/Data/Timebox?where=State.Code='ACTV'&asof"11-25-2015"&sel=Name,EndDate,State,Workitems.ToDo.@Sum
but could only get present value but not the past ones.
Thanks in advance