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

Not getting Intraday object

Hi Fitbit team, 

We have already made an intraday request and have been granted access with client ID: 23R8QJ and case ID: 00105038. However, when we call the intraday API, it does not return the intraday data object in the response.

@JohnFitbit @GordonFitbit Can you guys look into this?

Receiving response:

{
    "activities-steps": [
        {
            "dateTime": "date",
            "value": "value"
        }
    ]
}

Expected Response:
 
{
    "activities-steps": [
        {
            "dateTime""date",
            "value""value"
       }
  ],
  "activities-steps-intraday": {
    "dataset": [
      {
        "time": "00:00:00",
        "value": 0
      },
    ]
  }
}


Thanks,
Jenish Dhanani
TensorGo Software

Best Answer
1 REPLY 1

Hi @DocApp 

Would you post the endpoint that you are calling when the intraday data set does not return?   

Gordon

Gordon Crenshaw
Senior Technical Solutions Consultant
Fitbit Partner Engineering & Web API Support | Google
Best Answer
0 Votes