GET api/HealthCalculator/GetHealthCalculatorActivities?profileId={profileId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| profileId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of FavoriteActivity| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Code | string |
None. |
|
| Description | string |
None. |
|
| Weight | decimal number |
None. |
|
| Duration | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"Code": "sample string 2",
"Description": "sample string 3",
"Weight": 1.0,
"Duration": 1.0
},
{
"Id": 1,
"Code": "sample string 2",
"Description": "sample string 3",
"Weight": 1.0,
"Duration": 1.0
}
]