Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Multiple endpoints in a single call

Hi. I am trying to fetch Lightly and Fairly active minutes time series data in a date range. I am able to do it via separate calls i.e.

/1/user/[user-id]/activities/minutesLightlyActive/date/[start-date]/[end-date].json

and

/1/user/[user-id]/activities/minutesFairlyActive/date/[start-date]/[end-date].json

But is it possible to combine them both in a single API call instead of separate calls?

Best Answer
0 Votes
2 REPLIES 2

Hi @kashifau - probably not, but you could check active minutes in that time period and only if there was some then analyse them individually.

Author | ch, passion for improvement.

Best Answer

Thanks @Guy_ 

Best Answer