3rd Party Source Information
This article pertains to: Legacy API (V1)
The Show Original Source filter does not only apply to Mobile Data records. Integrations such as the MapMy suite of apps/Under Armour and Fitbit, also supplies 3rd party source information. Thus, the “show_original_source” filter can be used on their data as well when applicable.
Show Original Source Request Example
GET https://{ORGANIZATION_ID}/fitness.json?access_token={ACCESS_TOKEN}&show_original_source=1
Show Original Source Response Example
"fitness":[
{
"_id":"59671c899ffbc0942200b41a",
"activity_category":"Running",
"calories":468.0,
"device":"",
"distance":3525.9922368,
"duration":1840.0,
"intensity":null,
"intermediary_source":"",
"last_updated":"2017-07-13T07:08:57+00:00",
"original_source":"Polar",
"source":"under_armour",
"source_name":"Under Armour",
"start_time":"2017-07-12T12:04:35+00:00",
"timestamp":"2017-07-12T12:04:35+00:00",
"type":"Run",
"user_id":"569665f5dc1057f668000008",
"utc_offset":"+02:00",
"validated":false
}