summary
Get User Activity Raw
Get raw activity summary for user_id
get/v2/summary/activity/{user_id}/raw
Path parameters
user_idstring uuid required
Query parameters
providerstring
Provider oura/strava etc
Provider oura/strava etc
start_datestring required
Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00
Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00
end_datestring nullable
Date to YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 23:59:59
Date to YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 23:59:59
Response
Successful Response
Example response
{
"activity": [
{
"data": {
"data": "...provider_specific_data"
},
"priority_id": 1,
"provider_id": "5e8271a3-e71b-4882-a94a-7e364694cd16",
"source_device_id": "550e8400-e29b-41d4-a716-446655440000",
"source_id": 1,
"timestamp": "2023-03-22T00:00:00+00:00",
"user_id": "1449752e-0d8a-40e0-9206-91ab099b2537"
}
]
}