GET api/Applications/GetStatus?ProfileId={ProfileId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ProfileId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ProfileApplicationStatus| Name | Description | Type | Additional information |
|---|---|---|---|
| IsFitBitConnected | boolean |
None. |
|
| LastFitBitSync | date |
None. |
|
| IsIHealthConnected | boolean |
None. |
|
| LastIHealthSync | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"IsFitBitConnected": true,
"LastFitBitSync": "2026-09-08T21:52:24.4979505+00:00",
"IsIHealthConnected": true,
"LastIHealthSync": "2026-09-08T21:52:24.4979505+00:00"
}