I am using FitBit API to get Activities. In response I am getting a JSON array of activities. For each activity they provides some details like name, activityId, calories,etc but date and time is not available. Is there any API to get activity details along with start date and time.
Yes. Check the fitbit api docs, there is a clearly marked attribute called startTime
.