GET api/Profiles/DeleteProfileHealthLinks?profileid={profileid}&healthlinkId={healthlinkId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| profileid | integer |
Required |
|
| healthlinkId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ProfileHealthLinkViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| WebSiteName | string |
None. |
|
| WebSiteURL | string |
None. |
|
| ProfileId | integer |
None. |
|
| IsDeleted | boolean |
None. |
|
| SiteIconePath | string |
None. |
|
| FileContent | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"WebSiteName": "sample string 2",
"WebSiteURL": "sample string 3",
"ProfileId": 1,
"IsDeleted": true,
"SiteIconePath": "sample string 4",
"FileContent": "sample string 5"
},
{
"Id": 1,
"WebSiteName": "sample string 2",
"WebSiteURL": "sample string 3",
"ProfileId": 1,
"IsDeleted": true,
"SiteIconePath": "sample string 4",
"FileContent": "sample string 5"
}
]