GET api/Profiles/GetProfileHealthLinks?profileid={profileid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
profileid

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of ProfileHealthLinkViewModel
NameDescriptionTypeAdditional 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"
  }
]