04-13-2016 13:30 - edited 04-13-2016 13:31
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

04-13-2016 13:30 - edited 04-13-2016 13:31
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Hi,
I am trying to access specific 'activities' data such as steps, floors, etc using the Python API. I get back a JSON structure by calling _COLLECTION_RESOURCE('activities', date) but I would like to get back only specific data from this structure. By making this call I can see the goals and summaryt data in a JSON structure including steps, floors, etc. Is there a way to only get steps or only floors?
I tried _COLLECTION_RESOURCE('activities/summary/steps', date) and I got non-relevant information.
Thanks!
