GET /health_profile
Summary: List health profiles
Operation ID: fetchHealthProfiles
Auth: unknown
Operation ID: fetchHealthProfiles
Auth: unknown
Description
Get a list of health profiles
Parameters (8)
filter[groups]
(string, query, optional)
Comma-separated list of group ids. Note that one of the following filters must be specified: `filter[patient]`, `filter[group]`, or `filter[organization]`.
filter[organization]
(string, query, optional)
Fitbit Plus organization id. Note that one of the following filters must be specified: `filter[patient]`, `filter[group]`, or `filter[organization]`.
filter[patient]
(string, query, optional)
Patient id to fetch health profile. Note that one of the following filters must be specified: `filter[patient]`, `filter[group]`, or `filter[organization]`.
include
(string, query, optional)
List of related resources to include in the response
Constraints: {'enum': ['patient', 'questions']}
page[cursor]
(string, query, optional)
Page cursor
page[limit]
(integer, query, optional, default: 50)
Page limit
Constraints: {'minimum': 0}
page[number]
(integer, query, optional, default: 1)
Page number
page[size]
(integer, query, optional, default: 10)
Page size
Constraints: {'minimum': 0, 'maximum': 50}
No probe data for this endpoint yet.